From ee1466c2b222026c2fb00ebb226f08f5f42201c3 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 21 May 2020 21:18:13 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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