odd
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-20 20:27:25 -04:00
parent 77d784a1c5
commit da7d882737
1 changed files with 1 additions and 1 deletions

View File

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