mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-23 13:59:52 +00:00
Force reset plugin dirs
This commit is contained in:
parent
595ed2378e
commit
ef13916231
@ -18,6 +18,7 @@ pushd ${builddir}
|
||||
pushd projects/${repotype}/${reponame}
|
||||
|
||||
# Check out the tag
|
||||
git reset --hard
|
||||
git tag -d tags/${tagname} || true
|
||||
git fetch --all
|
||||
git checkout tags/${tagname}
|
||||
|
Loading…
Reference in New Issue
Block a user