From c6ad4f5c441fbb999e0c31abd3a4cdee4fc566f4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 21 Mar 2019 13:12:52 +0100 Subject: [PATCH] fix molecule docker image --- .drone.jsonnet | 2 +- .drone.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 915567b..a4dae3a 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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" }, diff --git a/.drone.yml b/.drone.yml index 58ac7bf..a9a5416 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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