This commit is contained in:
parent
3190789a57
commit
26e6944365
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user