diff --git a/.woodpecker.yml b/.woodpecker.yml index 5b47f2d..4b861c9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -76,7 +76,6 @@ pipeline: commands: - HEADER='Authorization:' - HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}" - - echo "$${HEADER}" - curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update" # need a status check here that the container has come back up healthy diff --git a/trigger-watchtower.sh b/trigger-watchtower.sh deleted file mode 100644 index ff9ebb5..0000000 --- a/trigger-watchtower.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update" \ No newline at end of file