switch curl step from bash to sh
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Balsillie 2022-08-22 02:08:21 +12:00
parent 0d7a5c4028
commit 13a306a061
2 changed files with 2 additions and 2 deletions

View File

@ -77,4 +77,4 @@ pipeline:
- source: WATCHTOWER_HTTP_API_TOKEN
target: WATCHTOWER_HTTP_API_TOKEN
commands:
- /bin/bash /git/pipeline/notify-watchtower.sh
- /bin/sh /git/pipeline/notify-watchtower.sh

View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/sh
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"