From 8ff2c93a15366a413a4aa06354f6e0b78b529aee Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sun, 3 Feb 2019 20:12:26 +0100 Subject: [PATCH] Remove unrelated changes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a533e45..9e70fe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ pipeline: environment: GOPATH: /go commands: - - make test build + - make test static: image: golang:1.11.5 pull: true