From 1aea3fced5ab05aedf9b618bb614348c4485838a Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Mon, 22 Aug 2022 01:59:01 +1200 Subject: [PATCH] fix script paths --- .woodpecker/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index d16ed9e..d489a29 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -24,7 +24,7 @@ pipeline: image: debian:11-slim pull: true commands: - - /bin/bash check-tag.sh + - /bin/bash /git/pipeline/check-tag.sh clone-source: image: docker:git @@ -77,4 +77,4 @@ pipeline: - source: WATCHTOWER_HTTP_API_TOKEN target: WATCHTOWER_HTTP_API_TOKEN commands: - - /bin/bash notify-watchtower.sh \ No newline at end of file + - /bin/bash /git/pipeline/notify-watchtower.sh \ No newline at end of file