From 4008f0faf2b300f18067c4367adc65eccb4d20da Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 May 2019 17:12:09 +0200 Subject: [PATCH] debugging --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4f50ebe..79fbf67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,7 @@ steps: image: xoxys/molecule:gce-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh + - /bin/cat /root/ansible-testing.json - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7