Skip to content

Commit e178f6b

Browse files
committed
update script
1 parent dee3e99 commit e178f6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cicd/2-cicd/deploy-cicd.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ if [ "$TARGET_BRANCH" == "main" ]
2020
then
2121
STACK_NAME="javabuilder-cicd"
2222
else
23-
# replace any "/" characters in the branch name with "-". "/" is not allowed in a stack name.
24-
TARGET_BRANCH="${TARGET_BRANCH/\//-}"
2523
STACK_NAME="javabuilder-${TARGET_BRANCH}-cicd"
2624
fi
2725

0 commit comments

Comments
 (0)