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