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

This commit is contained in:
Mahdi Abu Yasmine 2023-12-15 23:49:37 +01:00
parent 945c092b61
commit e37dc9b88d

View File

@ -18,7 +18,7 @@ steps:
- name: deps
path: /go
commands:
- go build ./...
- go build -v -race -a ./...
- name: deploy
image: alpine
@ -66,6 +66,7 @@ steps:
from_secret: ZULIP_TOKEN
commands:
- apk add --no-cache curl
- printenv
- export ZULIP_STATUS=":check:"
- export ZULIP_MESSAGE=$${DRONE_COMMIT_MESSAGE:-2}
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7}