fix script
This commit is contained in:
+4
-2
@@ -5,16 +5,18 @@ set baseBranch=%1
|
||||
set pushRemote=%2
|
||||
|
||||
git push . %baseBranch%:develop
|
||||
git push . %baseBranch%:IOB-NET
|
||||
git push . %baseBranch%:IOB/Euromap63
|
||||
git push . %baseBranch%:IOB/MTC
|
||||
git push . %baseBranch%:IobMan
|
||||
git push . %baseBranch%:master
|
||||
git push . %baseBranch%:IOB/MTC
|
||||
|
||||
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:develop )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB-NET )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/Euromap63 )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/MTC )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IobMan )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:master )
|
||||
if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/MTC )
|
||||
|
||||
ECHO on
|
||||
Reference in New Issue
Block a user