[skip ci] fix refs to migrated repos

This commit is contained in:
Robert Kaussow 2020-09-27 23:24:11 +02:00
parent 0573183f67
commit e4fb679f3b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 6 additions and 6 deletions

View File

@ -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,

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
@ -109,6 +109,6 @@ depends_on:
---
kind: signature
hmac: df1570927bacd64a72d3b9a78ae1f5088f82b1a4375a766c855a816efc95e2cd
hmac: 30d1a092d84074ad5d91df28399083f5b7dca5395267c3a26b64bb0d794a2f07
...