From 243bcb31f702cdbfa5df869ab325b6cfac148305 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2019 13:56:59 +0100 Subject: [PATCH] test --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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