CI/drone: use DRONE_TAG
This commit is contained in:
parent
32b7934f14
commit
acfa952b51
@ -37,6 +37,8 @@ steps:
|
||||
|
||||
- name: build
|
||||
image: golang:1.14
|
||||
environment:
|
||||
GIT_TAG: ${DRONE_TAG}
|
||||
commands:
|
||||
- make ci-setup
|
||||
- make build-cross
|
||||
|
Loading…
Reference in New Issue
Block a user