run git pull before any tag operation, if not pulled later push will fail anyway
This commit is contained in:
parent
e8068c2757
commit
c17a5a1a76
1 changed files with 2 additions and 0 deletions
2
bump-tag
2
bump-tag
|
@ -4,6 +4,8 @@ set -e
|
|||
|
||||
test -f cosmos.conf && . ./cosmos.conf
|
||||
|
||||
git pull
|
||||
|
||||
deftag=`basename $PWD`
|
||||
tagpfx=${tag:="$deftag"}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue