Revert "Let Jenkins download the new branch so the build doesn't blow up"

This reverts commit 4c34a653bd.
This commit is contained in:
Brant Martin
2018-07-18 19:38:04 -04:00
parent b4ac097910
commit b12199c65b

View File

@@ -17,6 +17,6 @@ if (!(Test-Path $steamCMDPath)) {
} }
cd "$steamData" cd "$steamData"
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -branch mptest -branchpassword nt7WuDw9kdvB" "+quit" & "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
popd popd