Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0498d593c3 | |||
e43a648a09 |
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
pipeline:
|
||||||
|
lint:
|
||||||
|
image: warpnetbv/salt-lint:v0.9.2
|
||||||
|
commands:
|
||||||
|
- 'find . -type f -name "*.sls" -print0 | xargs -0 --no-run-if-empty salt-lint'
|
@ -18,6 +18,6 @@ gitea_config_file:
|
|||||||
- template: 'jinja'
|
- template: 'jinja'
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
- context:
|
- context:
|
||||||
gitea: {{ gitea.config | json }}
|
gitea: {{ gitea.config | json }}
|
||||||
- require:
|
- require:
|
||||||
- sls: {{ sls_package_install }}
|
- sls: {{ sls_package_install }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user