From 00210e8d4e943d018a2e6e5cdca5f92a406ad547 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 8 Oct 2020 18:58:58 +0200 Subject: [PATCH] fix script --- gitSpread.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitSpread.bat b/gitSpread.bat index 3b06744d..82c207fc 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -5,16 +5,18 @@ set baseBranch=%1 set pushRemote=%2 git push . %baseBranch%:develop +git push . %baseBranch%:IOB-NET git push . %baseBranch%:IOB/Euromap63 +git push . %baseBranch%:IOB/MTC git push . %baseBranch%:IobMan git push . %baseBranch%:master -git push . %baseBranch%:IOB/MTC if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:develop ) +if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB-NET ) if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/Euromap63 ) +if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/MTC ) if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IobMan ) if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:master ) -if "%pushRemote%" == "y" ( git push gitlab.steamware %baseBranch%:IOB/MTC ) ECHO on \ No newline at end of file