devops - drone test error build
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Mahdi Abu Yasmine 2023-12-15 00:18:08 +01:00
parent cdf00a544b
commit 9697087b6a

View File

@ -70,6 +70,7 @@ steps:
- echo $ZULIP_STATUS
- echo $ZULIP_MESSAGE
- echo $REMOTE_URL
- echo " FAILED STEPS : ${DRONE_FAILED_STEPS}"
- echo ok
- 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"
when: