mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-26 23:50:33 +00:00
Fix more flock and zip shens
This commit is contained in:
parent
d54871081a
commit
9794fd3eb8
@ -96,5 +96,8 @@ retcode=$?
|
||||
if [[ -n ${UNSTABLE} ]]; then
|
||||
dotnet nuget disable source jellyfin-unstable
|
||||
fi
|
||||
if [[ -n ${zipfile} ]]; then
|
||||
rm -f ${zipfile}*
|
||||
fi
|
||||
|
||||
exit $retcode
|
||||
|
@ -57,11 +57,6 @@ if [[ ${action} != "published" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pushd ${builddir}
|
||||
git reset --hard
|
||||
git pull --rebase
|
||||
popd
|
||||
|
||||
${buildcmd}
|
||||
|
||||
rm ${tempfile}
|
||||
@ -75,4 +70,4 @@ echo "Build complete for ${repotype} ${reponame} tag ${tagname} on $(date) - tot
|
||||
echo "------"
|
||||
echo
|
||||
|
||||
) >/run/shm/release.lock
|
||||
) 300>/run/shm/release.lock
|
||||
|
Loading…
Reference in New Issue
Block a user