From 16448113fc9c52d4e34b011221a137cda94b0363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=BCbleitner?= Date: Sun, 11 Aug 2019 15:15:54 +0200 Subject: [PATCH] added show tag --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index ccf7efb..f3ec9b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,11 @@ steps: - name: cache path: /cache +- name: show tag + image: alpine + commands: + - echo ${DRONE_BUILD_CREATED} + - name: archive plugin files image: alpine:3.9 commands: