This commit is contained in:
parent
33cf86942b
commit
5d46ac12aa
|
@ -62,12 +62,12 @@ steps:
|
||||||
from_secret: ZULIP_TOKEN
|
from_secret: ZULIP_TOKEN
|
||||||
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=$(bash echo ${DRONE_COMMIT_MESSAGE})
|
- export ZULIP_MESSAGE=$(echo -n ${DRONE_COMMIT_MESSAGE})
|
||||||
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7}
|
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7}
|
||||||
- echo $SHORT_COMMIT
|
- echo $SHORT_COMMIT
|
||||||
- echo $ZULIP_STATUS
|
- echo $ZULIP_STATUS
|
||||||
- echo $ZULIP_MESSAGE
|
- echo $ZULIP_MESSAGE
|
||||||
- bash -c "echo $${ZULIP_COMMIT:0:7}"
|
- bash -c "echo ok"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user