Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0498d593c3 | |||
e43a648a09 | |||
89c831edb1 |
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 }}
|
||||||
|
@ -57,7 +57,7 @@ DISABLE_GRAVATAR = false
|
|||||||
ENABLE_FEDERATED_AVATAR = false
|
ENABLE_FEDERATED_AVATAR = false
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /var/db/gitea/gitea-repositories
|
ROOT = {{ gitea.app_data_path }}/gitea-repositories
|
||||||
# Gitea's default is 'bash', so if you have bash installed, you can comment
|
# Gitea's default is 'bash', so if you have bash installed, you can comment
|
||||||
# this out.
|
# this out.
|
||||||
SCRIPT_TYPE = sh
|
SCRIPT_TYPE = sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user