Update snapcraft git data folder

This commit is contained in:
JonnyWong16 2024-05-09 21:55:26 -07:00
commit dcec1f6f5f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -38,7 +38,7 @@ parts:
- python3-pkg-resources
override-pull: |
craftctl default
git config --global --add safe.directory /root/parts/tautulli/src
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)