devops - drone test success build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
945c092b61
commit
e37dc9b88d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user