From dcada4ea03324e233b5fbf2fcc938f49ad7f5e97 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2019 13:30:35 +0100 Subject: [PATCH] fix entrypoint path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7f34db..e1427f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: pull: always image: xoxys/molecule:gce commands: - - /root/docker-entrypoint.sh + - /docker-entrypoint.sh - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7