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:14:23 +01:00
parent 8b89b71975
commit c017ce159c

View File

@ -65,6 +65,7 @@ steps:
- export ZULIP_MESSAGE=${DRONE_COMMIT_MESSAGE} - export ZULIP_MESSAGE=${DRONE_COMMIT_MESSAGE}
- export SHORT_COMMIT=${DRONE_COMMIT} - export SHORT_COMMIT=${DRONE_COMMIT}
- 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}"