From bbb98669c92a8c9a1563fdac1831af42bb6927e9 Mon Sep 17 00:00:00 2001 From: an Date: Sat, 24 Feb 2018 07:15: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index abeb5f5..c80076d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ prebuild: image: golang:1.9 commands: - - echo $FOO + - echo ${foo} - IMAGE=dr.dnix.de/$DRONE_REPO_NAME - REV=$(git rev-list HEAD --count) - BUILDDATE=$(date)