From 3862b9cc096471781a60d96ec25c4b75014e2e25 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 18 Jan 2021 12:28:57 +0100 Subject: [PATCH] Cleanup --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1366889..24cad0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,12 +13,9 @@ steps: - name: go path: /go commands: - - apt install git - go get github.com/ofesseler/gluster_exporter - cd $GOPATH/src/github.com/ofesseler/gluster_exporter - - ls - go build - - ls - name: upload-release image: plugins/s3