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 1a784d7 commit 9c0bef9Copy full SHA for 9c0bef9
.buildkite/deploy.yml
@@ -9,7 +9,7 @@ steps:
9
10
- >
11
if [ -n "${BUILDKITE_TAG}" ]; then
12
- if [ "${BUILDKITE_TAG}" != $${release} ]; then
+ if [ "${BUILDKITE_TAG}" != v"$${release}" ]; then
13
echo "Need to fix VERSION file. Tag ${BUILDKITE_TAG} doesn't match $${release}"
14
exit 1
15
fi
0 commit comments