From 20b051f7911c09d7cdbd1a95b0eae7a461cf9b6c Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 29 Jul 2020 20:17:47 +0100 Subject: [PATCH] added drone tag and commit echo --- .drone/.drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone/.drone.jsonnet b/.drone/.drone.jsonnet index 98620a6..57ee847 100644 --- a/.drone/.drone.jsonnet +++ b/.drone/.drone.jsonnet @@ -12,6 +12,7 @@ name: 'step', image: 'alpine', commands: [ + 'echo hello', 'echo $${DRONE_COMMIT}', 'echo $${DRONE_TAG}}', ],