From d9a5f6804ad9d28fd2b5783b463c1059b86c3009 Mon Sep 17 00:00:00 2001
From: Matthew Fisher <matt.fisher@microsoft.com>
Date: Thu, 24 May 2018 11:26:32 -0700
Subject: [PATCH] release canary v3 binaries as helm-dev-v3

---
 .circleci/deploy.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh
index de2be995a..db4a1d3a2 100755
--- a/.circleci/deploy.sh
+++ b/.circleci/deploy.sh
@@ -28,8 +28,10 @@ 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 master or a tag"
+  echo "Skipping deploy step; this is neither a releasable branch or a tag"
   exit
 fi
 
-- 
GitLab