Maybe this time
This commit is contained in:
parent
354ef00b03
commit
fa9206123a
@ -53,7 +53,13 @@ steps:
|
||||
- status: [ failure ]
|
||||
commands:
|
||||
- apk add curl
|
||||
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: warning" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Failed to build docker images." gotify.vertinext.com/woodpecker
|
||||
- >-
|
||||
curl -H "Authorization: Bearer ${GOTIFY_TOKEN}"
|
||||
-H "Title: ${CI} - ${CI_REPO_NAME}"
|
||||
-H "Tag: warning"
|
||||
-H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true"
|
||||
-d "Failed to build docker images."
|
||||
gotify.vertinext.com/woodpecker
|
||||
|
||||
- name: notify-on-success
|
||||
image: alpine
|
||||
@ -61,4 +67,10 @@ steps:
|
||||
- status: [ success ]
|
||||
commands:
|
||||
- apk add curl
|
||||
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: package" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Docker images rebuilt and pushed to the container repository." gotify.vertinext.com/woodpecker
|
||||
- >-
|
||||
curl -H "Authorization: Bearer ${GOTIFY_TOKEN}"
|
||||
-H "Title: ${CI} - ${CI_REPO_NAME}"
|
||||
-H "Tag: package"
|
||||
-H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true"
|
||||
-d "Docker images rebuilt and pushed to the container repository."
|
||||
gotify.vertinext.com/woodpecker
|
||||
|
Loading…
Reference in New Issue
Block a user