This commit is contained in:
parent
f3f201be80
commit
4f286c806d
|
@ -63,9 +63,11 @@ steps:
|
||||||
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 ZULIP_MESSAGE=${DRONE_COMMIT_MESSAGE}
|
- export ZULIP_MESSAGE=${DRONE_COMMIT_MESSAGE}
|
||||||
|
- export ZULIP_COMMIT=${DRONE_COMMIT}
|
||||||
- echo $SHORT_COMMIT
|
- echo $SHORT_COMMIT
|
||||||
- echo $ZULIP_STATUS
|
- echo $ZULIP_STATUS
|
||||||
- echo $ZULIP_MESSAGE
|
- echo $ZULIP_MESSAGE
|
||||||
|
- bach -c "echo $${ZULIP_COMMIT:0:7}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user