From 0d9ad0c940c3cff3cdcbc4ae8dae0c79b4972a56 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 26 Oct 2020 18:41:23 +0100 Subject: [PATCH] refresh gitSpread... --- gitSpread.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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