tshoot watchtower call
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7f40b2d086
commit
e192833764
@ -75,8 +75,9 @@ pipeline:
|
||||
target: WATCHTOWER_HTTP_API_TOKEN
|
||||
commands:
|
||||
- HEADER='Authorization:'
|
||||
- HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN"
|
||||
- curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update"
|
||||
- HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
|
||||
- echo "$${HEADER}"
|
||||
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
|
||||
|
||||
notify-matrix-success:
|
||||
image: code.balsillie.net/containers/woodpecker-util
|
||||
|
Loading…
Reference in New Issue
Block a user