From 7301a0583a7851c28d2fc361a56c7b566b9384ee Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Mon, 22 Aug 2022 15:23:42 +1200 Subject: [PATCH] Remove watchtower script --- .woodpecker.yml | 1 - trigger-watchtower.sh | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 trigger-watchtower.sh 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