test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-03-12 16:54:43 +01:00
parent f0011727e3
commit c9f529c3d1
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ steps:
image: xoxys/molecule:gce
commands:
- /bin/bash /docker-entrypoint.sh
- set -x
- "echo \"$GCE_CREDENTIALS_JSON\" > $GCE_CREDENTIALS_FILE"
- ls -l
- molecule create --scenario-name gce-centos-7
@ -23,7 +24,7 @@ steps:
- 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: $HOME/ansible-testing.json
GCE_CREDENTIALS_JSON:
from_secret: gce_credentials_json
GCE_PROJECT_ID: