Fix git spread (eslude master)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user