From e192833764664d92aa862a574617bc2e5b49fa2f Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Mon, 22 Aug 2022 14:38:10 +1200 Subject: [PATCH] tshoot watchtower call --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5c773b7..36546e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -75,8 +75,9 @@ pipeline: target: WATCHTOWER_HTTP_API_TOKEN commands: - HEADER='Authorization:' - - HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN" - - curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update" + - HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}" + - echo "$${HEADER}" + - curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update" notify-matrix-success: image: code.balsillie.net/containers/woodpecker-util