fix script paths
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Michael Balsillie 2022-08-22 01:59:01 +12:00
parent cf75268710
commit 1aea3fced5

View File

@ -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
- /bin/bash /git/pipeline/notify-watchtower.sh