From 63850ba27cd5a9dcaaa4f1aa009b5d7654d1a018 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:42:28 +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 b60e76e..0e73c52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: golang:1.6 environment: - - FOO=4 + - FOO=5 commands: - go get -a -v - go test