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 63bea8f8ae - Show all commits

View File

@ -29,8 +29,9 @@ steps:
MY_SECRET:
from_secret: my_secret
commands:
- echo $MY_SECRET > test
- cat test
- ll
#- echo $MY_SECRET > test
#- cat test
# - molecule create --scenario-name gce-centos-7
# - molecule converge --scenario-name gce-centos-7
# - molecule verify --scenario-name gce-centos-7