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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cfd0d39138 - Show all commits

View File

@ -55,7 +55,7 @@ local PipelineDeployment = {
PY_COLORS: 1
},
commands: [
"/docker-entrypoint.sh",
"/bin/bash /docker-entrypoint.sh",
"molecule create --scenario-name gce-centos-7",
"molecule converge --scenario-name gce-centos-7",
"molecule verify --scenario-name gce-centos-7",

View File

@ -48,7 +48,7 @@ steps:
pull: always
image: xoxys/molecule:gce
commands:
- /docker-entrypoint.sh
- /bin/bash /docker-entrypoint.sh
- molecule create --scenario-name gce-centos-7
- molecule converge --scenario-name gce-centos-7
- molecule verify --scenario-name gce-centos-7