Merge pull request #7 from fredrikaslund/master

run git pull before any tag operation, if not pulled later push will fai...
This commit is contained in:
Leif Johansson 2014-09-30 18:21:42 +02:00
commit 52311bfbe2

View file

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