Fix more flock and zip shens

This commit is contained in:
Joshua Boniface 2022-01-05 00:14:43 -05:00
parent d54871081a
commit 9794fd3eb8
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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