Testing without pushing to repo

This commit is contained in:
Erik Tiekstra
2021-05-18 10:19:24 +02:00
parent 510bd7759c
commit 54967d81fe

View File

@@ -68,12 +68,12 @@ fi
# ---------------------------------- # ----------------------------------
# UPDATING GIT REPOSITORIES # UPDATING GIT REPOSITORIES
# ---------------------------------- # ----------------------------------
echo -e "${CYAN}Updating git repository${NOCOLOR}" # echo -e "${CYAN}Updating git repository${NOCOLOR}"
git push # git push
git checkout next # git checkout next
git pull # git pull
git merge develop # git merge develop
git push # git push
git checkout develop # git checkout develop
echo -e "${GREEN}Git repository updated!${NOCOLOR}" # echo -e "${GREEN}Git repository updated!${NOCOLOR}"
echo -e "${GREEN}Release is complete!${NOCOLOR}" # echo -e "${GREEN}Release is complete!${NOCOLOR}"