From 1e31fc51ceacce0238f00ac67c8373cfdc56d192 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:22:20 -0400 Subject: [PATCH] curl --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fe46059..cc4ce76 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,8 +16,9 @@ when: branch: "master" routing: - image: docker + 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" secrets: [COMPOSE_TOKEN]