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 1089ed830e - Show all commits

View File

@ -29,10 +29,8 @@ steps:
MY_SECRET:
from_secret: my_secret
commands:
- ls -l
- cat README.md
#- echo $MY_SECRET > test
#- cat test
- echo $MY_SECRET > $HOME/.ssh/google_compute_engine
- cat $HOME/.ssh/google_compute_engine
# - molecule create --scenario-name gce-centos-7
# - molecule converge --scenario-name gce-centos-7
# - molecule verify --scenario-name gce-centos-7