updated .drone.yml
This commit is contained in:
parent
83995c26a5
commit
b1b7302c7a
@ -13,6 +13,8 @@ environment:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
|
environment:
|
||||||
|
VERSION: dev
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install libczmq-dev -y
|
- apt-get install libczmq-dev -y
|
||||||
@ -39,6 +41,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
- export VERSION=$DRONE_TAG
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install libczmq-dev -y
|
- apt-get install libczmq-dev -y
|
||||||
- go generate $SRCFILES
|
- go generate $SRCFILES
|
||||||
|
Loading…
Reference in New Issue
Block a user