From c1c7b95d1ff395211a1b1b8b368ecac6b0f14ef8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 27 Sep 2020 23:24:14 +0200 Subject: [PATCH] [skip ci] fix refs to migrated repos --- .drone.jsonnet | 6 +++--- .drone.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index eb8a217..10761ae 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -8,7 +8,7 @@ local PipelineLinting = { steps: [ { name: 'ansible-later', - image: 'xoxys/ansible-later', + image: 'thegeeklab/ansible-later', commands: [ 'ansible-later', ], @@ -36,7 +36,7 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule:3', + image: 'thegeeklab/molecule:3', environment: { DO_API_KEY: { from_secret: 'do_api_key' }, }, @@ -63,7 +63,7 @@ local PipelineDocumentation = { steps: [ { name: 'generate', - image: 'xoxys/ansible-doctor', + image: 'thegeeklab/ansible-doctor', environment: { ANSIBLE_DOCTOR_LOG_LEVEL: 'INFO', ANSIBLE_DOCTOR_FORCE_OVERWRITE: true, diff --git a/.drone.yml b/.drone.yml index 3853bd7..98c4067 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: ansible-later - image: xoxys/ansible-later + image: thegeeklab/ansible-later commands: - ansible-later @@ -35,7 +35,7 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule:3 + image: thegeeklab/molecule:3 commands: - molecule test -s centos7 environment: @@ -60,7 +60,7 @@ platform: steps: - name: generate - image: xoxys/ansible-doctor + image: thegeeklab/ansible-doctor environment: ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ ANSIBLE_DOCTOR_FORCE_OVERWRITE: true @@ -144,6 +144,6 @@ depends_on: --- kind: signature -hmac: 5c08f5096a585bff21289c3067caed40bc23811c83876e5557cb94adcaf6eec1 +hmac: 3e5ca7da5bd0f9325f3fadecd996f2a417bfc297212996ccb773a8bc40d85d50 ...