escaping is hard
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-04-20 20:40:57 -04:00
parent 8557cd1d78
commit 5f05eec203
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
image: alpine image: alpine
commands: commands:
- apk add curl - apk add curl
- "curl http://172.17.0.1:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN" || true" - "curl http://172.17.0.1:4000/api/ps -H 'Authorization: Bearer $COMPOSE_TOKEN' || true"
secrets: [compose_token] secrets: [compose_token]
when: when:
branch: "test-woodpecker" branch: "test-woodpecker"