This commit is contained in:
parent
7823b2eb89
commit
9a6c8368e3
|
@ -28,13 +28,7 @@ steps:
|
||||||
- name: notify
|
- name: notify
|
||||||
image: pluie/alpine
|
image: pluie/alpine
|
||||||
commands:
|
commands:
|
||||||
- >
|
- curl -X POST https://zulip.meta-tech.academy/api/v1/messages -u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO --data-urlencode type=stream --data-urlencode 'to="gitea"' --data-urlencode topic=build --data-urlencode content=" build commit {{build.commit}}"
|
||||||
curl -X POST https://zulip.meta-tech.academy/api/v1/messages \
|
|
||||||
-u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO \
|
|
||||||
--data-urlencode type=stream \
|
|
||||||
--data-urlencode 'to="gitea"' \
|
|
||||||
--data-urlencode topic=build \
|
|
||||||
--data-urlencode content=" build commit {{build.commit}}"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user