ancora update gitspread
This commit is contained in:
+2
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user