fix env variables
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-03-13 07:59:46 +01:00
parent c9f529c3d1
commit a719a71e93
1 changed files with 1 additions and 4 deletions

View File

@ -16,15 +16,12 @@ 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
- 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: /root/ansible-testing.json
GCE_CREDENTIALS_JSON:
from_secret: gce_credentials_json
GCE_PROJECT_ID: