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
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
git push --tags
git push $BRANCH_MASTER
git push $BRANCH_DEV
git push --all origin
fi
echo -e "${NOTICE_FLAG} Done!"