From 5610e6e6f727e39d1468e7380336b05386388ce3 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 18 Jan 2021 12:27:47 +0100 Subject: [PATCH] Fix dep install --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c914d58..1366889 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: go path: /go commands: - - apk add git + - apt install git - go get github.com/ofesseler/gluster_exporter - cd $GOPATH/src/github.com/ofesseler/gluster_exporter - ls