From ccec646286ff455d2e7573ee77abf4399a96bf36 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 7 Jun 2020 22:23:10 +0200 Subject: [PATCH] fixed .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9fa9a1a..4550e86 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: clone image: alpine/git commands: - - git clone https://github.com/sensu/sensu-go.git . + - git clone https://github.com/mackerelio/go-check-plugins.git . - git checkout $DRONE_TAG when: event: tag