[skip ci] fix refs to migrated repos
This commit is contained in:
parent
052b85cf2c
commit
e222cadfb8
@ -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,
|
||||
|
@ -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: 8ac6e0f859f0e8245e24e20b2aaba82875c9fea4b40025ec1791e98f78c3a8f2
|
||||
hmac: d68308f491ebbca215c8c7028ba26b06be618e5b576e30ea704329e60a34196f
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user