mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-12-02 10:56:15 +00:00
Fix popd location
This commit is contained in:
parent
2024b75cfa
commit
f99e993791
@ -63,6 +63,8 @@ mmv "${installer_tmpdir}/jellyfin_*_windows-*.exe" "bin/jellyfin/win-installer/j
|
||||
rm -rf ${installer_tmpdir} || \
|
||||
echo "FAILED TO GRAB A WINDOWS EXE, FIX THIS MANUALLY PL0X."
|
||||
|
||||
popd
|
||||
|
||||
echo "*** BUILDING DOCKER IMAGES ***"
|
||||
/bin/bash ${builddir}/scripts/build.d/build-jellyfin-docker-test tag-name=${tagname} build-docker-manifests=yes
|
||||
|
||||
@ -73,7 +75,6 @@ read
|
||||
|
||||
echo "*** CLEANING UP ***"
|
||||
rm -r ${builddir}/bin/jellyfin
|
||||
popd
|
||||
docker image rm -f $( docker images -aq ) || true
|
||||
exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user