diff --git a/.crow/process-updates-alpine-322-amd64.yaml b/.crow/process-updates-alpine-322-amd64.yaml index de569d5..4f090a1 100644 --- a/.crow/process-updates-alpine-322-amd64.yaml +++ b/.crow/process-updates-alpine-322-amd64.yaml @@ -70,13 +70,3 @@ steps: operator: 'Equal' value: 'true' effect: 'NoSchedule' - - - name: 'ntfy' - image: binwiederhier/ntfy:v2.11.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}