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