Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf7688d

Browse files
authored
fix: remove create flag
1 parent 603ab07 commit cf7688d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

push_template.sh

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ if [ -n "${CODER_TEMPLATE_MESSAGE}" ]; then
1919
push_command+=" --message \"${CODER_TEMPLATE_MESSAGE}\""
2020
fi
2121

22-
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true
23-
if [ "${CODER_TEMPLATE_CREATE}" = "true" ]; then
24-
push_command+=" --create"
25-
fi
26-
2722
# Add version to the push command if specified
2823
if [ -n "${CODER_TEMPLATE_VERSION_NAME}" ]; then
2924
push_command+=" --name ${CODER_TEMPLATE_VERSION_NAME}"

0 commit comments

Comments
 (0)