Set overrided version in drone config

This commit is contained in:
Ian Fijolek
2020-07-07 11:37:55 -07:00
parent 0684b15a44
commit 4aff294739
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,8 @@ steps:
- name: test
image: golang:1.12
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
- make build
- make test
@@ -47,6 +49,8 @@ trigger:
steps:
- name: build all binaries
image: golang:1.12
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
- make all-linux