Skip to content

Commit 0326802

Browse files
authored
tag master and channel branches
1 parent 9997a00 commit 0326802

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/deploy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ case "$CIRCLE_BRANCH" in
77
make release \
88
RELEASE_TAG="b$CIRCLE_BUILD_NUM"
99
;;
10+
channel/*)
11+
make release
12+
make release \
13+
RELEASE_TAG="b$CIRCLE_BUILD_NUM"
14+
;;
15+
make release \
16+
RELEASE_TAG="$(echo $CIRCLE_BRANCH | grep -oP 'channel/\K[\w\-]+')"
17+
;;
1018
*)
1119
echo "Not releasing image from feature branches"
1220
;;

0 commit comments

Comments
 (0)