switch to ansible-dev-tools image
This commit is contained in:
parent
0ef0e0e769
commit
1e985163ed
@ -7,10 +7,8 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ansible-lint
|
- name: ansible-lint
|
||||||
image: ghcr.io/ansible/community-ansible-dev-tools
|
image: quay.io/thegeeklab/ansible-dev-tools:1
|
||||||
commands:
|
commands:
|
||||||
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
|
|
||||||
- export HOME=/home/podman
|
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: "1"
|
FORCE_COLOR: "1"
|
||||||
|
@ -7,7 +7,7 @@ when:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &molecule_base
|
- &molecule_base
|
||||||
image: ghcr.io/ansible/community-ansible-dev-tools
|
image: quay.io/thegeeklab/ansible-dev-tools:1
|
||||||
group: molecule
|
group: molecule
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
@ -18,8 +18,6 @@ steps:
|
|||||||
- name: molecule-default
|
- name: molecule-default
|
||||||
<<: *molecule_base
|
<<: *molecule_base
|
||||||
commands:
|
commands:
|
||||||
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
|
|
||||||
- export HOME=/home/podman
|
|
||||||
- molecule test -s default
|
- molecule test -s default
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user