update gitspread x branch TAB e ADM

This commit is contained in:
Samuele E. Locatelli
2021-01-02 13:04:53 +01:00
parent 5a0aee4ab3
commit 67d98513b4
+4
View File
@@ -21,7 +21,9 @@ if %pushRemote% GTR 0 ( git push . %baseBranch%:MongoDb )
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:beta )
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop )
if %pushRemote% GTR 1 ( git push . %baseBranch%:ADM )
if %pushRemote% GTR 1 ( git push . %baseBranch%:MAG )
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%:ES3 )
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:Giancarlo )
@@ -29,7 +31,9 @@ if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:MongoDb )
if %pushRemote% GTR 2 ( git push . %baseBranch%:master )
if %pushRemote% GTR 2 ( git push . %baseBranch%:stable )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:ADM )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:MAG )
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 )