ci: remove slack notification step (secret not configured)

This commit is contained in:
Viktor Barzin 2026-02-28 21:48:30 +00:00
parent 99e75177b5
commit 94e3ec7408
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 0 additions and 20 deletions

View file

@ -185,13 +185,3 @@ steps:
exit 1
fi
done
- name: slack
image: woodpeckerci/plugin-slack
failure: ignore
settings:
webhook:
from_secret: slack-webhook-url
channel: general
when:
- status: [success, failure]

View file

@ -149,13 +149,3 @@ steps:
echo "ERROR: No new ready pod with image $EXPECTED_IMAGE appeared within 5 minutes"
exit 1
- name: slack
image: woodpeckerci/plugin-slack
failure: ignore
settings:
webhook:
from_secret: slack-webhook-url
channel: general
when:
- status: [success, failure]