run git pull before any tag operation, if not pulled later push will fail anyway

This commit is contained in:
Fredrik Aslund 2014-09-30 13:28:48 +02:00
parent e8068c2757
commit c17a5a1a76

View file

@ -4,6 +4,8 @@ set -e
test -f cosmos.conf && . ./cosmos.conf
git pull
deftag=`basename $PWD`
tagpfx=${tag:="$deftag"}