This commit is contained in:
David 2022-04-20 20:39:07 -04:00
parent 4f065def2c
commit 8557cd1d78
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
image: alpine
commands:
- apk add curl
- curl http://yetagain: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]
when:
branch: "test-woodpecker"