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

View File

@ -42,7 +42,7 @@ local PipelineDeployment = {
steps: [ steps: [
{ {
name: "molecule", name: "molecule",
image: "xoxys/molecule:gce", image: "xoxys/molecule:gce-linux-amd64",
pull: "always", pull: "always",
environment: { environment: {
GCE_SSH_KEY: { "from_secret": "gce_ssh_key" }, GCE_SSH_KEY: { "from_secret": "gce_ssh_key" },

View File

@ -46,7 +46,7 @@ workspace:
steps: steps:
- name: molecule - name: molecule
pull: always pull: always
image: xoxys/molecule:gce image: xoxys/molecule:gce-linux-amd64
commands: commands:
- /bin/bash /docker-entrypoint.sh - /bin/bash /docker-entrypoint.sh
- molecule create --scenario-name gce-centos-7 - molecule create --scenario-name gce-centos-7