mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Add git safe directory to snapcraft.yml
This commit is contained in:
parent
84fb1a2dc2
commit
b2777e30f2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ parts:
|
|||
- git
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
git config --global --add safe.directory /data/parts/tautulli/src
|
||||
TAG_FULL=$(git describe --tag)
|
||||
TAG=$(echo $TAG_FULL | grep -oP '(v\d+\.\d+\.\d+(?>-beta)?)')
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue