Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
Showing only changes of commit 2927f6a261 - Show all commits

View File

@ -37,7 +37,7 @@ steps:
commands:
- mkdir $HOME/.ssh
- echo $GCE_SSH_KEY > $HOME/.ssh/google_compute_engine
- echo $GCE_CREDENTIAL_JSON > $GCE_CREDENTIALS_FILE
- echo $GCE_CREDENTIAL_JSON > $HOME/ansible-testing.json
- molecule create --scenario-name gce-centos-7
# - molecule converge --scenario-name gce-centos-7
# - molecule verify --scenario-name gce-centos-7