From abf7abaa73a7e20bbb34d2de79045321158c2e84 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 18 Jan 2021 05:57:45 +0100 Subject: [PATCH] Switch to manual download --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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