[skip ci] fix refs to migrated repos
This commit is contained in:
parent
13e8c86c6f
commit
214ef260e1
@ -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,
|
||||
|
10
.drone.yml
10
.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:
|
||||
@ -67,7 +67,7 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: ansible-molecule
|
||||
image: xoxys/molecule:3
|
||||
image: thegeeklab/molecule:3
|
||||
commands:
|
||||
- molecule test -s centos8
|
||||
environment:
|
||||
@ -92,7 +92,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: generate
|
||||
image: xoxys/ansible-doctor
|
||||
image: thegeeklab/ansible-doctor
|
||||
environment:
|
||||
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
||||
@ -177,6 +177,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: ae4d8c908a9fc060028f0fc836a8493a7b4f884cd687cde8c786887df58a48f0
|
||||
hmac: 496504bb15229dcdc8d04cc839fb718193e81daafb431261b1e169d5cc36c5f6
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user