updated .drone.yml
This commit is contained in:
parent
83995c26a5
commit
b1b7302c7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user