Don't automatically push tags
This commit is contained in:
parent
7c929002a9
commit
4b90a9d63f
1 changed files with 0 additions and 2 deletions
|
@ -8,6 +8,4 @@ tag="$(date '+%Y-%m-%d-%H.%M.%S')"
|
||||||
echo "Tagging commit $(git rev-parse "${commit_sha}") as ${tag}."
|
echo "Tagging commit $(git rev-parse "${commit_sha}") as ${tag}."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Tag the appropriate commit and push to the remote.
|
|
||||||
git tag "${tag}" "${commit_sha}"
|
git tag "${tag}" "${commit_sha}"
|
||||||
git push origin "refs/tags/${tag}" --no-verify
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue