Skip to content

Commit 870fd53

Browse files
set git-core paths in snap (#13711)
Signed-off-by: artivis <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 21cf205 commit 870fd53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snap/snapcraft.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ architectures:
1919
environment:
2020
GITEA_CUSTOM: "$SNAP_COMMON"
2121
GITEA_WORK_DIR: "$SNAP_DATA"
22+
GIT_TEMPLATE_DIR: "$SNAP/usr/share/git-core/templates"
23+
GIT_EXEC_PATH: "$SNAP/usr/lib/git-core"
2224

2325
apps:
2426
gitea:

0 commit comments

Comments
 (0)