From 4f065def2c2bf299dadbbbe0f04374b7ef9d2f1a Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:30:36 -0400 Subject: [PATCH] more testing --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index df23e5d..c4e1a96 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ image: alpine commands: - apk add curl - - "curl http://yetaga.in:4000/api/ps -H 'Authorization: Bearer $COMPOSE_TOKEN' || true" + - curl http://yetagain:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN" || true secrets: [compose_token] when: branch: "test-woodpecker"