From 4dff6ee2dfca7552aa4df3fd635925845c82dfbe Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:42:17 -0400 Subject: [PATCH] more escaping --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a5d3ae0..a347c76 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"' secrets: [compose_token] when: branch: "test-woodpecker"