From 85c060dd09c1037216ba817470f4e500c8afe543 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 3 Nov 2025 22:14:18 +0100 Subject: [PATCH] remove ntfy --- .crow/process-updates-alpine-322-amd64.yaml | 10 ---------- 1 file changed, 10 deletions(-) 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}