Compare commits
3 commits
f8b48d7568
...
138369ad8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
138369ad8e | ||
| e897d83115 | |||
|
|
5d93ff3980 |
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ steps:
|
|||
image: alpine:3.19
|
||||
commands:
|
||||
- apk add --no-cache ca-certificates curl
|
||||
- curl -sS -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
|
||||
- curl -fsSL --connect-timeout 10 --max-time 60 -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
|
||||
- chmod +x /tmp/caddy
|
||||
- /tmp/caddy version
|
||||
- /tmp/caddy validate --config edge-render/Caddyfile.rendered --adapter caddyfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue