Skip to content

Commit 963275f

Browse files
committed
fix: remove --url and --token
1 parent a16ab1c commit 963275f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CODER_TEMPLATE_DIR=${CODER_TEMPLATE_DIR:-$CODER_TEMPLATE_NAME}
1515
echo "CODER_TEMPLATE_DIR is set to ${CODER_TEMPLATE_DIR}"
1616

1717
# Construct push command
18-
push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}" --url ${CODER_URL} --token ${CODER_SESSION_TOKEN}
18+
push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}"
1919

2020
# Add version to the push command if specified
2121
if [ -n "${CODER_TEMPLATE_VERSION}" ]; then

0 commit comments

Comments
 (0)