ci: remove slack notification step (secret not configured)
This commit is contained in:
parent
99e75177b5
commit
94e3ec7408
2 changed files with 0 additions and 20 deletions
|
|
@ -185,13 +185,3 @@ steps:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: slack
|
|
||||||
image: woodpeckerci/plugin-slack
|
|
||||||
failure: ignore
|
|
||||||
settings:
|
|
||||||
webhook:
|
|
||||||
from_secret: slack-webhook-url
|
|
||||||
channel: general
|
|
||||||
when:
|
|
||||||
- status: [success, failure]
|
|
||||||
|
|
|
||||||
|
|
@ -149,13 +149,3 @@ steps:
|
||||||
|
|
||||||
echo "ERROR: No new ready pod with image $EXPECTED_IMAGE appeared within 5 minutes"
|
echo "ERROR: No new ready pod with image $EXPECTED_IMAGE appeared within 5 minutes"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: slack
|
|
||||||
image: woodpeckerci/plugin-slack
|
|
||||||
failure: ignore
|
|
||||||
settings:
|
|
||||||
webhook:
|
|
||||||
from_secret: slack-webhook-url
|
|
||||||
channel: general
|
|
||||||
when:
|
|
||||||
- status: [success, failure]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue