ci: remove ntfy
Some checks failed
ci/crow/cron/process-updates-alpine-321-amd64 Pipeline was successful
ci/crow/cron/process-updates-alpine-322-amd64 Pipeline was successful
ci/crow/cron/process-updates-ubuntu-2404-arm64 Pipeline was successful
ci/crow/cron/process-updates-redhat-8-amd64 Pipeline failed

This commit is contained in:
Patrick Schratz 2025-10-30 21:14:10 +01:00
commit 9a7c2ddf18
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -72,12 +72,4 @@ steps:
value: 'true'
effect: 'NoSchedule'
- name: 'ntfy'
image: binwiederhier/ntfy:v2.12.0
when:
- status: [failure]
environment:
NTFY_TOKEN:
from_secret: ntfy_token
commands: |
ntfy publish --tags=no_entry_sign --token $NTFY_TOKEN -t "Run '${CI_REPO}' failed" --click="${CI_PIPELINE_URL}" --actions="view, Open build, ${CI_PIPELINE_URL}, clear=true;" ntfy.devxy.io/ci-builds Workflow: ${CI_WORKFLOW_NAME} Commit message: ${CI_COMMIT_MESSAGE} Commit Author: ${CI_COMMIT_AUTHOR}