diff --git a/gitSpread.bat b/gitSpread.bat index a9d5702b..fa204447 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -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 \ No newline at end of file