From a96fe723b270b2f93adbb65ba7ea356f3b681125 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 1 Sep 2021 10:22:20 +0200 Subject: [PATCH] Fix git spread (eslude master) --- gitSpread.bat | 8 -------- 1 file changed, 8 deletions(-) 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