Make sure version is set when building final binaries

This commit is contained in:
IamTheFij 2020-08-19 13:57:49 -07:00
parent c742a324ed
commit 3de07349ed
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ trigger:
steps:
- name: build
image: golang:1.12
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
- make build-linux-static