fix gitspread

This commit is contained in:
Samuele Locatelli
2021-09-09 18:30:51 +02:00
parent 89ea51432a
commit d44981fd9a
+5 -9
View File
@@ -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