diff --git a/.drone.yml b/.drone.yml index d912977..59edc13 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,13 +28,7 @@ steps: - name: notify image: pluie/alpine 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: - name: deps