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