We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bba0c4 commit a27ed03Copy full SHA for a27ed03
.buildkite/steps/publish.sh
@@ -22,6 +22,7 @@ echo "--- :git: Checking and fetching git tags"
22
if [[ -n "${BUILDKITE_TAG:-}" ]]; then
23
git fetch -v --tags
24
if ! git tag --list | grep -q "^${BUILDKITE_TAG}$"; then
25
+ echo "^^^ +++"
26
echo "Tag ${BUILDKITE_TAG} does not exist"
27
exit 1
28
fi
0 commit comments