commenting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Balsillie 2022-08-22 14:58:38 +12:00
parent e192833764
commit 1009566c0e

View File

@ -79,6 +79,12 @@ pipeline:
- echo "$${HEADER}"
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
# need a status check here that the container has come back up healthy
# something like while [ $(docker ps -q --filter "name=matrix_svc_synapse" --filter "status=running" --filter "health=healthy" --filter "label=$TAG") -z ]
# loop until container comes up successfully, with a max timeout
# exit 1 and write /git/pipeline/reason if the timeout hits
# remove the sleep in notify-success below once complete
notify-matrix-success:
image: code.balsillie.net/containers/woodpecker-util
pull: false