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
|
- name: deps
|
||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- go build ./...
|
- go build -v -race -a ./...
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -66,6 +66,7 @@ steps:
|
||||||
from_secret: ZULIP_TOKEN
|
from_secret: ZULIP_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
|
- printenv
|
||||||
- export ZULIP_STATUS=":check:"
|
- export ZULIP_STATUS=":check:"
|
||||||
- export ZULIP_MESSAGE=$${DRONE_COMMIT_MESSAGE:-2}
|
- export ZULIP_MESSAGE=$${DRONE_COMMIT_MESSAGE:-2}
|
||||||
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7}
|
- export SHORT_COMMIT=$${DRONE_COMMIT:0:7}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user