Forgot --tags on taggit

This commit is contained in:
2013-05-16 21:55:57 -04:00
parent 50c21ef534
commit 0f819fb075

2
taggit
View File

@@ -22,6 +22,6 @@ elif [ "$TAGSHA1" != "" ] && [ "$TAGSHA1" == "$SHA1" ]; then
else else
git tag -f -a "build,${MAJOR},${BUILD}" $SHA1 git tag -f -a "build,${MAJOR},${BUILD}" $SHA1
if [ "$PUSHTAG" != "false" ]; then if [ "$PUSHTAG" != "false" ]; then
git push git push --tags
fi fi
fi fi