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

This commit is contained in:
Robert Kaussow 2019-02-27 12:04:35 +01:00
parent 545d8349cb
commit 427082f3ce
1 changed files with 13 additions and 7 deletions

View File

@ -23,16 +23,22 @@ steps:
- name: molecule
image: quay.io/ansible/molecule
#image: alpine
pull: always
environment:
MY_SECRET:
from_secret: my_secret
GCE_SSH_KEY:
from_secret: gce_ssh_key
GCE_SERVICE_ACCOUNT_EMAIL:
from_secret: gce_service_account_email
GCE_PROJECT_ID:
from_secret: gce_project_id
GCE_CREDENTIALS_JSON:
from_secret: gce_credentials_json
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
commands:
- mkdir $HOME/.ssh
- echo $MY_SECRET > $HOME/.ssh/google_compute_engine
- cat $HOME/.ssh/google_compute_engine
# - molecule create --scenario-name gce-centos-7
- echo $GCE_SSH_KEY > $HOME/.ssh/google_compute_engine
- echo $GCE_CREDENTIAL_JSON > $GCE_CREDENTIALS_FILE
- 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
- molecule destroy --scenario-name gce-centos-7