From 8dadb0c2e4908df9cf40afaeb55984c07d3663f6 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 18 Jan 2021 05:59:38 +0100 Subject: [PATCH] Install git --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e68d61c..665593a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: get image: golang:alpine commands: + - apk add git - mkdir -p $GOPATH/src/github.com/gluster - cd $GOPATH/src/github.com/gluster - git clone https://github.com/gluster/gluster-prometheus.git