This commit is contained in:
parent
2457c13302
commit
0db56e959a
@ -44,9 +44,6 @@ pipeline:
|
||||
notify-matrix-success:
|
||||
image: code.balsillie.net/containers/woodpecker-util
|
||||
pull: false
|
||||
when:
|
||||
- status:
|
||||
- success
|
||||
environment:
|
||||
*vars
|
||||
secrets:
|
||||
@ -57,18 +54,18 @@ pipeline:
|
||||
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has been completed and pushed."
|
||||
|
||||
notify-matrix-failure:
|
||||
image: code.balsillie.net/containers/woodpecker-util
|
||||
pull: false
|
||||
when:
|
||||
- status:
|
||||
- failure
|
||||
environment:
|
||||
*vars
|
||||
secrets:
|
||||
- source: MATRIX_ACCESS_TOKEN
|
||||
target: MATRIX_ACCESS_TOKEN
|
||||
commands:
|
||||
- shoutrrr send
|
||||
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
||||
# notify-matrix-failure:
|
||||
# image: code.balsillie.net/containers/woodpecker-util
|
||||
# pull: false
|
||||
# when:
|
||||
# - status:
|
||||
# - failure
|
||||
# environment:
|
||||
# *vars
|
||||
# secrets:
|
||||
# - source: MATRIX_ACCESS_TOKEN
|
||||
# target: MATRIX_ACCESS_TOKEN
|
||||
# commands:
|
||||
# - shoutrrr send
|
||||
# --url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||
# --message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
Loading…
Reference in New Issue
Block a user