updated .drone.yml
This commit is contained in:
parent
994066c09b
commit
ee1466c2b2
@ -10,11 +10,11 @@ steps:
|
|||||||
- name: clone
|
- name: clone
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/mackerelio/go-check-plugins.git
|
- git clone https://github.com/mackerelio/go-check-plugins.git .
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build -o go-check-plugins-$GOOS-$GOARCH
|
- go build -o go-check-plugins-$DRONE_TAG-$GOOS-$GOARCH
|
||||||
environment:
|
environment:
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user