]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - existing tag is non-fatal
authorDylan William Hardison <dylan@hardison.net>
Wed, 28 Mar 2018 14:16:24 +0000 (10:16 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 28 Mar 2018 14:16:24 +0000 (10:16 -0400)
.circleci/config.yml

index 6f14799a99ba5456c235af0d5e19158eebb3958e..5de22d58702da6f867e32fbd6de854ff40166131 100644 (file)
@@ -89,9 +89,6 @@ jobs:
             git fetch --tags
             if git tag | fgrep -q "$tag"; then
               echo "tag $tag exists!"
-              if [[ $CIRCLE_BRANCH == "master" ]]; then
-                exit 1
-              fi
             else
               echo "tag $tag does not exist"
               echo yes > build_info/publish.txt