From b7dbf90b9030894464fa98fa6d7447b682996e07 Mon Sep 17 00:00:00 2001 From: an Date: Sat, 24 Feb 2018 07:53:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 44edbf4..9d224a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,8 @@ pipeline: prebuild: image: golang:1.9 - environment: - - FOO=${foo} + secrets: + - FOO commands: - echo "$FOO" - IMAGE=dr.dnix.de/$DRONE_REPO_NAME