diff options
author | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-09-30 13:28:48 +0200 |
---|---|---|
committer | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-09-30 13:28:48 +0200 |
commit | c17a5a1a7671e89121778d74776f870a9ea0e9b0 (patch) | |
tree | a39ae441be7ee0945e172aad1a48bb4b057e058c /bump-tag | |
parent | e8068c2757ac625b2fb55f1725f02618d7bc8705 (diff) |
run git pull before any tag operation, if not pulled later push will fail anyway
Diffstat (limited to 'bump-tag')
-rwxr-xr-x | bump-tag | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ set -e test -f cosmos.conf && . ./cosmos.conf +git pull + deftag=`basename $PWD` tagpfx=${tag:="$deftag"} |