From e4525697a68d45f8b540f1a94724696ee7fb6f0a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Feb 2020 23:58:01 +0100 Subject: [PATCH] cleanup --- .drone.jsonnet | 3 +-- .drone.yml | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index b222939..ff2791e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,9 +36,8 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule', + image: 'xoxys/molecule:3', environment: { - ANSIBLE_FORCE_COLOR: 'true', DO_API_KEY: { from_secret: 'do_api_key' }, MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules', MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters', diff --git a/.drone.yml b/.drone.yml index 772549f..b3b371c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,11 +35,10 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule + image: xoxys/molecule:3 commands: - molecule test -scentos7 environment: - ANSIBLE_FORCE_COLOR: true DO_API_KEY: from_secret: do_api_key MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters @@ -147,6 +146,6 @@ depends_on: --- kind: signature -hmac: a257a46c249c1c8abae5737c852d9b35deef27dfbe1ce254712b39f77d17fffc +hmac: 592d2b1edfe2a18ac0c5eb2676da421689a9d62b22730a3a8d96d5f3ef256864 ...