[skip ci] fix refs to migrated repos

This commit is contained in:
Robert Kaussow 2020-09-27 23:24:12 +02:00
parent 7ac1c71b88
commit 9706d3faa9
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ local PipelineLinting = {
steps: [
{
name: 'ansible-later',
image: 'xoxys/ansible-later',
image: 'thegeeklab/ansible-later',
commands: [
'ansible-later',
],
@ -29,7 +29,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,

View File

@ -8,7 +8,7 @@ platform:
steps:
- name: ansible-later
image: xoxys/ansible-later
image: thegeeklab/ansible-later
commands:
- ansible-later
@ -28,7 +28,7 @@ platform:
steps:
- name: generate
image: xoxys/ansible-doctor
image: thegeeklab/ansible-doctor
environment:
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
@ -112,6 +112,6 @@ depends_on:
---
kind: signature
hmac: 1136ba9110111551a1006e934d5bdb915041887122420432b1f87047ff653b35
hmac: f371063e52b3862955bc586a52c34c6800bcb7014cf53efd2fac591c9d5f6cd0
...