1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ steps:
|
||||||
- name: caddy-validate
|
- name: caddy-validate
|
||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache ca-certificates
|
- apk add --no-cache ca-certificates curl
|
||||||
- curl -sS -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
|
- curl -sS -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
|
||||||
- chmod +x /tmp/caddy
|
- chmod +x /tmp/caddy
|
||||||
- /tmp/caddy version
|
- /tmp/caddy version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue