ansible/.woodpecker.yaml
Fritz Grimpen d73003647b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CI: Use correct image for git pull
2024-11-09 03:47:08 +01:00

19 lines
341 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
submodule_override:
roles/gitea: https://dev.ccchb.de/ccchb/ansible-role-gitea.git
when:
- event: push
branch: main
- event: push
branch: master
steps:
- name: lint
image: alpine
commands:
- apk update
- apk add ansible-lint
- ansible-lint