diff --git a/.drone.yml b/.drone.yml index aab97fe..e68d61c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,9 @@ platform: arch: arm64 steps: - - name: install + - name: get image: golang:alpine commands: - - go get https://github.com/gluster/gluster-prometheus.git + - mkdir -p $GOPATH/src/github.com/gluster + - cd $GOPATH/src/github.com/gluster + - git clone https://github.com/gluster/gluster-prometheus.git