Updating woodpecker syntax. (#94)

This commit is contained in:
Dessalines 2023-10-04 20:58:28 -04:00 committed by GitHub
parent 5c6fcb1b07
commit e943f97fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
pipeline: steps:
notify_on_failure: notify_on_failure:
image: alpine:3 image: alpine:3
commands: commands:
- apk add curl - 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: when:
status: [failure] status: [failure]