CHORE: Linting CI Pipeline
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-06 07:04:43 +13:00
parent bd61d62fd6
commit 942fe21aef
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ steps:
group: test group: test
name: "Lint: Ansible-lint" name: "Lint: Ansible-lint"
image: guisea/ansible-molecule image: guisea/ansible-molecule
commands: commands:
- ansible-lint -c ".ansible-lint" - ansible-lint -c ".ansible-lint"
when: when:
event: push event: push
@@ -11,7 +11,7 @@ steps:
group: test group: test
name: "Lint: Yamllint" name: "Lint: Yamllint"
image: guisea/ansible-molecule image: guisea/ansible-molecule
commands: commands:
- yamllint . - yamllint .
when: when:
event: push event: push

View File

@@ -1,8 +1,8 @@
matrix: matrix:
MOLECULE_DISTRO: MOLECULE_DISTRO:
- centos7 - centos7
- almalinux8 - almalinux8
steps: steps:
test: test:
name: Test on ${MOLECULE_DISTRO} name: Test on ${MOLECULE_DISTRO}
@@ -13,9 +13,9 @@ steps:
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- molecule test --all - molecule test --all
when: when:
event: push event: push
depends_on: depends_on:
- lint - lint