diff --git a/.drone.yml b/.drone.yml index 27a0029..7fefb3c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,9 +49,8 @@ steps: image: xoxys/molecule:gce commands: #- /bin/bash /docker-entrypoint.sh - - echo "$PY_COLORS" > test.txt + - echo "${HOME}" > test.txt - cat test.txt - - echo "${HOME}" - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7