From ba32eef0d81002dc01055c6323f4bc1d80d9edd1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 11:18:17 +0100 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 276e622..1678311 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: image: alpine pull: always commands: - - echo "asas" > test + - echo ${MY_SECRET} > test - cat test # - molecule create --scenario-name gce-centos-7 # - molecule converge --scenario-name gce-centos-7