From 7f892b1fcb7c8007e87d548fee96351e247e8f00 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 16 Mar 2019 19:19:41 +0100 Subject: [PATCH] testing stuff --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 132cc40..c71b0d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ pipeline: TEST: from_secret: matrix_password commands: - - "echo $TEST" + - echo ${TEST} notify: image: plugins/matrix