From e943f97fe481dc425acdebc8872bf1fdcabaf875 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 4 Oct 2023 20:58:28 -0400 Subject: [PATCH] Updating woodpecker syntax. (#94) --- .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]