devops - drone test
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Mahdi Abu Yasmine 2023-12-14 23:07:59 +01:00
parent fa088c83c7
commit bfcea2ff85

View File

@ -68,7 +68,6 @@ steps:
- echo $SHORT_COMMIT
- echo $ZULIP_STATUS
- echo $ZULIP_MESSAGE
- /bin/bash -c "curl -X POST ${ZULIP_HOST}/api/v1/messages -u ${ZULIP_USER}:${ZULIP_TKN} --data-urlencode type=stream --data-urlencode 'to=\"${ZULIP_STREAM}\"' --data-urlencode topic=${ZULIP_TOPIC} --data content=\"${ZULIP_STATUS} **[build %23${DRONE_BUILD_NUMBER}](${DRONE_BUILD_LINK})**%0A> **${DRONE_BUILD_EVENT}** event on **${DRONE_COMMIT_BRANCH}** branch *by* **${DRONE_COMMIT_AUTHOR}** ([${SHORT_COMMIT}](${REMOTE_URL}/commit/${DRONE_COMMIT}))%0A> ${ZULIP_MESSAGE}\""
volumes:
- name: deps