From 994bc060bbe1e2526c81bf26a33b677e6bf18391 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 7 Aug 2023 20:01:41 -0400 Subject: [PATCH] Updating woodpecker syntax. --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d1a127b..c772903 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ -pipeline: +steps: notify_on_failure: image: alpine:3 commands: - apk add curl - - "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci" + - "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: status: [failure]