change branch of front update to master

This commit is contained in:
Kayn Ty 2021-11-17 11:53:29 +01:00
parent 2ef293ca12
commit 23c6ac47fc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
COMMAND_BUILD="build:prod:demobliss" COMMAND_BUILD="build:prod:demobliss"
BRANCH="several-steps-creation" BRANCH="master"
# bash colors # bash colors

View File

@ -86,7 +86,7 @@ fi
git config --global diff.submodule log git config --global diff.submodule log
git submodule update git submodule update
cd funky-framadate-front cd funky-framadate-front
git reset --hard && git checkout several-steps-creation && git pull git reset --hard && git checkout master && git pull
cd .. cd ..
cecho g "######################" cecho g "######################"