From 05d63ae6b06f2ce07972f69e28288f8d20094a4a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2019 13:50:44 +0100 Subject: [PATCH] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d5103f8..faf3018 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,8 +49,8 @@ steps: image: xoxys/molecule:gce commands: #- /bin/bash /docker-entrypoint.sh - - echo $PY_COLORS - - echo $HOME + - echo ${PY_COLORS} + - echo ${HOME} - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7