[skip ci] fix refs to migrated repos

This commit is contained in:
Robert Kaussow 2020-09-27 23:24:12 +02:00
parent 9ce05f3dc7
commit 8fc172b2ec
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 7 additions and 7 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
@ -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: 987be362ae557b7698a0910b6914f2ac98dbd3ca1b5266d6e023e949ec0cd41a
hmac: bbaafae6ca19e6043bc256c0354a404f3225bdd75a41578e19ae0b2cdf491bf8
...