Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603ab07 commit cf7688dCopy full SHA for cf7688d
push_template.sh
@@ -19,11 +19,6 @@ if [ -n "${CODER_TEMPLATE_MESSAGE}" ]; then
19
push_command+=" --message \"${CODER_TEMPLATE_MESSAGE}\""
20
fi
21
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
-
27
# Add version to the push command if specified
28
if [ -n "${CODER_TEMPLATE_VERSION_NAME}" ]; then
29
push_command+=" --name ${CODER_TEMPLATE_VERSION_NAME}"
0 commit comments