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'
|
@ -57,7 +57,7 @@ DISABLE_GRAVATAR = false
|
||||
ENABLE_FEDERATED_AVATAR = false
|
||||
|
||||
[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
|
||||
# this out.
|
||||
SCRIPT_TYPE = sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user