From 4936d24dc77c4d6566d73beddfb3ae303fa016f1 Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Tue, 30 Aug 2022 19:08:40 +0100 Subject: [PATCH] drone debug --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 083a3be8..a8a4042f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: Build Plugin image: node:14.6.0-stretch commands: + - echo $${DRONE_TAG} - apt-get update - apt-get --assume-yes install jq - cd grafana-plugin/ @@ -382,6 +383,6 @@ kind: secret name: drone_token --- kind: signature -hmac: eae39c0217bdba11b2bfe75861a67b591f871bc064d9b217e3eacc29fab2ce7b +hmac: a1ce6492128c5fd68feb6fe26bd8d46b3baa35f12a998617e007695088d227c0 ...