diff --git a/.drone.yml b/.drone.yml index c7c5353..3a788b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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