drone-sigh #57
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
# You can pass --force as first parameter to force push and tag creation.
|
||||
|
||||
echo "Creating tag $@"
|
||||
echo "Creating tag $1"
|
||||
|
||||
TAG="v$@"
|
||||
TAG="v$1"
|
||||
git tag -a ${TAG}
|
||||
|
||||
if [[ "$@" == *'--from-ci'* ]]
|
||||
|
Loading…
Reference in New Issue
Block a user