Fixed pushing

This commit is contained in:
Ismo Vuorinen
2016-08-04 17:11:56 +03:00
parent dc6136d132
commit 2a88069212

View File

@@ -145,9 +145,7 @@ echo -ne "${QUESTION_FLAG} ${CYAN}Push?"
read PUSH read PUSH
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
git push --tags git push --all origin
git push $BRANCH_MASTER
git push $BRANCH_DEV
fi fi
echo -e "${NOTICE_FLAG} Done!" echo -e "${NOTICE_FLAG} Done!"