Fix git spread (eslude master)

This commit is contained in:
Samuele Locatelli
2021-09-01 10:22:20 +02:00
parent ced24cb340
commit a96fe723b2
-8
View File
@@ -17,20 +17,12 @@ REM Faccio push remoto condizionale
if %pushRemote% GTR 0 ( git push . %baseBranch%:beta )
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop )
@REM if %pushRemote% GTR 1 ( git push . %baseBranch%:ADM )
@REM if %pushRemote% GTR 1 ( git push . %baseBranch%:MAG )
@REM if %pushRemote% GTR 1 ( git push . %baseBranch%:TAB )
if %pushRemote% GTR 1 ( git push . %baseBranch%:SDK )
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:beta )
if %pushRemote% GTR 2 ( git push . %baseBranch%:master )
if %pushRemote% GTR 2 ( git push . %baseBranch%:stable )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:ADM )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:MAG )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:TAB )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SDK )
if %pushRemote% GTR 3 ( git push gitlab.steamware %baseBranch%:master )
if %pushRemote% GTR 3 ( git push gitlab.steamware %baseBranch%:stable )
ECHO on