fix molecule docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
78285c4d76
commit
c6ad4f5c44
@ -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" },
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user