updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2022-03-19 15:32:49 +01:00
parent 83995c26a5
commit b1b7302c7a

View File

@ -13,6 +13,8 @@ environment:
steps:
- name: build
image: golang
environment:
VERSION: dev
commands:
- apt-get update -y
- apt-get install libczmq-dev -y
@ -39,6 +41,7 @@ steps:
- name: build
image: golang
commands:
- export VERSION=$DRONE_TAG
- apt-get update -y
- apt-get install libczmq-dev -y
- go generate $SRCFILES