fix gitspread
This commit is contained in:
+5
-9
@@ -10,21 +10,17 @@ 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
|
||||
REM git push . %baseBranch%:IOB-NET
|
||||
REM git push . %baseBranch%:IOB/Euromap63
|
||||
REM git push . %baseBranch%:IOB/MTC
|
||||
git push . %baseBranch%:IobMan
|
||||
git push . %baseBranch%:master
|
||||
REM git push . %baseBranch%:master
|
||||
|
||||
REM Faccio push remoto condizionale
|
||||
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:%baseBranch% )
|
||||
|
||||
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:develop )
|
||||
REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:IOB-NET )
|
||||
REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:IOB/OPC-UA )
|
||||
REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:IOB/Euromap63 )
|
||||
REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:IOB/MTC )
|
||||
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:IobMan )
|
||||
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:master )
|
||||
REM if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:master )
|
||||
|
||||
ECHO on
|
||||
Reference in New Issue
Block a user