From 38bdd3f95288ca86f1e0e87aac48fdf219b2658a Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 29 Jul 2020 20:16:34 +0100 Subject: [PATCH] added drone tag and commit echo --- .drone/.drone.jsonnet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone/.drone.jsonnet b/.drone/.drone.jsonnet index 81de91a..98620a6 100644 --- a/.drone/.drone.jsonnet +++ b/.drone/.drone.jsonnet @@ -11,6 +11,10 @@ { name: 'step', image: 'alpine', + commands: [ + 'echo $${DRONE_COMMIT}', + 'echo $${DRONE_TAG}}', + ], }, ],