From 5e1eeab7d4819efae1055d28b5f398c1cfebbc34 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 22:23:37 +0000 Subject: [PATCH] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e73c52..6afbac5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: golang:1.6 environment: - - FOO=5 + - FOO=6 commands: - go get -a -v - go test