devops - drone test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mahdi Abu Yasmine 2023-12-13 23:09:02 +01:00
parent 1e26944d4e
commit 5ca6644607

View File

@ -28,7 +28,7 @@ steps:
- name: notify - name: notify
image: pluie/alpine image: pluie/alpine
commands: commands:
- curl -s -k -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 -s -k -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 \#${DRONE_BUILD_NUMBER} - ${DRONE_REPO}/${DRONE_REPO_BRANCH}/${DRONE_COMMIT} by ${DRONE_COMMIT_AUTHOR} - status:${DRONE_BUILD_STATUS}\n${DRONE_COMMIT_MESSAGE}\n<a href=\"${DRONE_COMMIT_LINK}\">${DRONE_COMMIT_LINK}</a>"
volumes: volumes:
- name: deps - name: deps