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