From 8f5515b11825f13b9bd4aefa9fc33d04542ac77c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 19 Aug 2020 21:44:16 +0200 Subject: [PATCH] debug --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index df6e3b7..9407e63 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,7 +36,7 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule:3.0.6', + image: 'xoxys/molecule', environment: { DO_API_KEY: { from_secret: 'do_api_key' }, }, diff --git a/.drone.yml b/.drone.yml index 5782995..2b1d6ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule:3.0.6 + image: xoxys/molecule commands: - molecule test -s centos7 environment: @@ -144,6 +144,6 @@ depends_on: --- kind: signature -hmac: fdcce0707bf29f20a7b445a4a1f475b086d73087d05632997a7e52094b32f8e0 +hmac: bf70ed9a4e37c2d3163a317c2e6463e4d71820e44bf873a067c0d54d1c082d46 ...