Skip to content

Commit

Permalink
chore: is it just alpine thats busted?
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoombs committed Apr 14, 2024
1 parent 6192c3b commit 2105427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ steps:
- event: pull_request

check_ansible_format:
image: alpine:20240329
image: debian:12-slim
commands:
- apk add ansible
- apt install -y ansible
- ansible-playbook lemmy.yml --syntax-check
- ansible-playbook lemmy-almalinux.yml --syntax-check
- ansible-playbook uninstall.yml --syntax-check
when:
- event: pull_request

ansible_lint:
image: alpine:20240329
image: alpine:3
commands:
- apk add ansible ansible-lint
- ansible-lint --warn-list experimental lemmy.yml lemmy-almalinux.yml uninstall.yml examples/vars.yml
Expand Down

0 comments on commit 2105427

Please sign in to comment.