devops - drone test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mahdi Abu Yasmine 2023-12-14 23:26:11 +01:00
parent 8321968328
commit 33cf86942b

View File

@ -61,11 +61,10 @@ steps:
ZULIP_TKN: ZULIP_TKN:
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 -c "echo $${DRONE_COMMIT_MESSAGE:0:-2}") - export ZULIP_MESSAGE=$(bash echo ${DRONE_COMMIT_MESSAGE})
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7} - export SHORT_COMMIT=$${DRONE_COMMIT:0:7}
- echo $SHORT_COMMIT - echo $SHORT_COMMIT
# - echo $${SHORT_COMMIT:0:7}
- echo $ZULIP_STATUS - echo $ZULIP_STATUS
- echo $ZULIP_MESSAGE - echo $ZULIP_MESSAGE
- bash -c "echo $${ZULIP_COMMIT:0:7}" - bash -c "echo $${ZULIP_COMMIT:0:7}"