This commit is contained in:
parent
23a02a28db
commit
580538e142
|
@ -60,13 +60,9 @@ steps:
|
||||||
from_secret: ZULIP_BOT
|
from_secret: ZULIP_BOT
|
||||||
ZULIP_TKN:
|
ZULIP_TKN:
|
||||||
from_secret: ZULIP_TOKEN
|
from_secret: ZULIP_TOKEN
|
||||||
GOARCH: amd64
|
|
||||||
commands:
|
commands:
|
||||||
- if [ "${DRONE_BUILD_STATUS}" != "success" ]; then export ZULIP_STATUS=":prohibited:"; fi
|
- if [ "${DRONE_BUILD_STATUS}" != "success" ]; then export ZULIP_STATUS=":prohibited:"; fi
|
||||||
- export SHORT_COMMIT="${DRONE_COMMIT:0:7}"
|
|
||||||
- export REMOTE_URL="${DRONE_REMOTE_URL:0:-4}"
|
|
||||||
- export ZULIP_MESSAGE=${DRONE_COMMIT_MESSAGE}
|
|
||||||
- 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:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user