Skip to content

Commit b6bf6bb

Browse files
authored
fix syntax error in bin/deploy
1 parent c2e0508 commit b6bf6bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/deploy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ case "$CIRCLE_BRANCH" in
1111
make release
1212
make release \
1313
RELEASE_TAG="b$CIRCLE_BUILD_NUM"
14-
;;
1514
make release \
1615
RELEASE_TAG="$(echo $CIRCLE_BRANCH | grep -oP 'channel/\K[\w\-]+')"
1716
;;

0 commit comments

Comments
 (0)