From 26e6944365f53e9e1f14f639251414719f77fcb2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2019 14:45:49 +0100 Subject: [PATCH] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65383ad..481c498 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,14 +15,14 @@ steps: pull: always image: xoxys/molecule:gce commands: - - '[ "$MOLECULE_CUSTOM_MODULES_REPO" ] && echo "Test"' - /bin/bash /docker-entrypoint.sh + - ls -l - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7 - molecule destroy --scenario-name gce-centos-7 environment: - GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json + GCE_CREDENTIALS_FILE: ./ansible-testing.json GCE_CREDENTIALS_JSON: from_secret: gce_credentials_json GCE_PROJECT_ID: