Skip to content

Commit

Permalink
Use setlocal properly in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth committed Mar 19, 2017
1 parent aa8d07c commit 5206bf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/builds/deploy.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SETLOCAL CYGWIN_ROOT=C:\cygwin
SETLOCAL DEPLOY_LOCATION=ojkwinbuilder@upload.openjk.org:/home/ojkwinbuilder/builds/
SETLOCAL
CYGWIN_ROOT=C:\cygwin
DEPLOY_LOCATION=ojkwinbuilder@upload.openjk.org:/home/ojkwinbuilder/builds/

if "%APPVEYOR_FORCED_BUILD%"=="True" (
%CYGWIN_ROOT%\setup-x86.exe -qnNdO -R %CYGWIN_ROOT% -s http://cygwin.mirror.constant.com -l %CYGWIN_ROOT%/var/cache/setup -P rsync
Expand Down

0 comments on commit 5206bf3

Please sign in to comment.