this probably won't work
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-20 20:23:51 -04:00
parent 1e31fc51ce
commit 9de327af59
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@
image: alpine
commands:
- apk add curl
- "curl http://yetagain:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
- "curl http://localhost: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"