File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,13 @@ jobs:
57
57
- name : Get short commit SHA
58
58
id : vars
59
59
run : echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
60
- - name : " Install latest Coder"
60
+ - name : " Get latest Coder binary from the server "
61
61
run : |
62
- curl -L https://coder.com/install.sh | sh
63
- # env:
64
- # VERSION: 0.x
62
+ curl -fsSL "https://dev.coder.com/bin/coder-linux-amd64" -o "./coder"
63
+ chmod +x "./coder"
65
64
- name : " Push template"
66
65
run : |
67
- coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION
66
+ ./ coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION
68
67
env :
69
68
# Consumed by Coder CLI
70
69
CODER_URL : https://dev.coder.com
You can’t perform that action at this time.
0 commit comments