update gitSpread + refresh

This commit is contained in:
Samuele E. Locatelli
2021-07-22 18:18:23 +02:00
parent 9e5df29acb
commit 3213b0049a
+8 -6
View File
@@ -17,11 +17,13 @@ if %pushRemote% GTR 0 ( git push . %baseBranch%:develop )
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop )
if %pushRemote% GTR 1 ( git push . %baseBranch%:master )
if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:master )
@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:FANUC )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:FANUC )
@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:OSAI )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:OSAI )
@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:SIEMENS )
@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SIEMENS )
if %pushRemote% GTR 2 ( git push . %baseBranch%:FANUC )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:FANUC )
if %pushRemote% GTR 2 ( git push . %baseBranch%:OSAI )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:OSAI )
if %pushRemote% GTR 2 ( git push . %baseBranch%:SIEMENS )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SIEMENS )
if %pushRemote% GTR 2 ( git push . %baseBranch%:KVARA )
if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:KVARA )
ECHO on