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