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 a8a684baa6 - Show all commits

View File

@ -49,9 +49,8 @@ steps:
image: xoxys/molecule:gce
commands:
#- /bin/bash /docker-entrypoint.sh
- echo "$PY_COLORS" > test.txt
- echo "${HOME}" > test.txt
- cat test.txt
- echo "${HOME}"
- molecule create --scenario-name gce-centos-7
- molecule converge --scenario-name gce-centos-7
- molecule verify --scenario-name gce-centos-7