set git-core paths in snap (#13711)
Signed-off-by: artivis <deray.jeremie@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
21cf205dc7
commit
870fd53320
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ architectures:
|
|||
environment:
|
||||
GITEA_CUSTOM: "$SNAP_COMMON"
|
||||
GITEA_WORK_DIR: "$SNAP_DATA"
|
||||
GIT_TEMPLATE_DIR: "$SNAP/usr/share/git-core/templates"
|
||||
GIT_EXEC_PATH: "$SNAP/usr/lib/git-core"
|
||||
|
||||
apps:
|
||||
gitea:
|
||||
|
|
Reference in a new issue