mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Add Woodpecker-CI build config
This commit is contained in:
parent
791b5b5d5a
commit
f8f9bf9a37
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
pipeline:
|
||||
syntax_check:
|
||||
image: plugins/ansible:3
|
||||
settings:
|
||||
playbook: nas.yml
|
||||
galaxy: ansible/requirements.yml
|
||||
inventory: tests/inventories/integration_testing/inventory
|
||||
syntax_check: true
|
||||
|
Loading…
Reference in a new issue