Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0498d593c3 | |||
e43a648a09 | |||
89c831edb1 | |||
21c18d6b3a |
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'
|
||||
- makedirs: True
|
||||
- context:
|
||||
gitea: {{ gitea.config | json }}
|
||||
gitea: {{ gitea.config | json }}
|
||||
- require:
|
||||
- sls: {{ sls_package_install }}
|
||||
|
@ -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
|
||||
|
@ -4,6 +4,6 @@
|
||||
FreeBSD:
|
||||
config_path: '/usr/local/etc/gitea/conf/app.ini'
|
||||
config:
|
||||
app_data_path: '/var/db/gitea/data'
|
||||
app_data_path: '/var/db/gitea'
|
||||
database:
|
||||
path: '/var/db/gitea/data/gitea.db'
|
||||
|
Loading…
x
Reference in New Issue
Block a user