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: [
{
name: "molecule",
image: "xoxys/molecule:gce",
image: "xoxys/molecule:gce-linux-amd64",
pull: "always",
environment: {
GCE_SSH_KEY: { "from_secret": "gce_ssh_key" },

View File

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