diff --git a/.woodpecker.yml b/.woodpecker.yml index d4ab01f..a5d3ae0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ image: alpine commands: - 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] when: branch: "test-woodpecker"