From: Dylan William Hardison Date: Wed, 28 Mar 2018 14:16:24 +0000 (-0400) Subject: no bug - existing tag is non-fatal X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd25bafd4c4db015e9d98a9a022932840459699e;p=thirdparty%2Fbugzilla.git no bug - existing tag is non-fatal --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f14799a9..5de22d587 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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