diff --git a/gitSpread.bat b/gitSpread.bat index af2b28c..1cbad7b 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -23,19 +23,19 @@ REM Faccio push condizionali git push . %baseBranch%:master git push gitlab.steamware %baseBranch%:%baseBranch% git push gitlab.steamware %baseBranch%:develop - goto end_call + goto case_0 :case_2 git push . %baseBranch%:beta git push gitlab.steamware %baseBranch%:master git push gitlab.steamware %baseBranch%:beta - goto end_call + goto case_1 :case_3 git push . %baseBranch%:stable git push gitlab.steamware %baseBranch%:stable - goto end_call + goto case_2 :end_call ECHO on