fix entrypoint path
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-03-12 12:08:04 +01:00
parent 0e1fda9f68
commit 2f714e1d32
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ local PipelineDeployment = {
PY_COLORS: 1
},
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",