fix(ci): only build Helm 2 off a tag

Signed-off-by: 's avatarMatthew Fisher <matt.fisher@microsoft.com>
parent 7ca75251
......@@ -28,10 +28,8 @@ fi
VERSION=
if [[ -n "${CIRCLE_TAG:-}" ]]; then
VERSION="${CIRCLE_TAG}"
elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then
VERSION="canary"
else
echo "Skipping deploy step; this is neither master or a tag"
echo "Skipping deploy step; this is not a tag"
exit
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment