mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #6725 from bacongobbler/dev-v3-ci
fix(ci): update to work as master
This commit is contained in:
commit
484d43913f
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ if [[ -n "${CIRCLE_TAG:-}" ]]; then
|
|||
VERSION="${CIRCLE_TAG}"
|
||||
elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then
|
||||
VERSION="canary"
|
||||
elif [[ "${CIRCLE_BRANCH:-}" == "dev-v3" ]]; then
|
||||
VERSION="dev-v3"
|
||||
else
|
||||
echo "Skipping deploy step; this is neither a releasable branch or a tag"
|
||||
exit
|
||||
|
|
|
|||
Loading…
Reference in a new issue