ancora update gitspread

This commit is contained in:
Samuele E. Locatelli
2020-12-22 14:42:07 +01:00
parent b15c2876b3
commit 9fd39a8f85
+2 -1
View File
@@ -12,7 +12,7 @@ set pushRemote=%2
git push . %baseBranch%:beta
git push . %baseBranch%:develop
git push . %baseBranch%:master
REM git push . %baseBranch%:master
REM git push . %baseBranch%:stable
REM Faccio push remoto condizionale
@@ -22,6 +22,7 @@ if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop )
if %pushRemote% GTR 0 ( git push origin %baseBranch%:%baseBranch% )
if %pushRemote% GTR 0 ( git push origin %baseBranch%:beta )
if %pushRemote% GTR 0 ( git push origin %baseBranch%:develop )
if %pushRemote% GTR 1 ( git push . %baseBranch%:master )
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:master )
if %pushRemote% GTR 1 ( git push origin %baseBranch%:master )
if %pushRemote% GTR 2 ( git push . %baseBranch%:stable )