Remove web submodule stuff

This commit is contained in:
Joshua Boniface 2019-11-17 14:08:25 -05:00
parent 09533b5ccf
commit 7ddd9699a0

View File

@ -39,11 +39,7 @@ git reset --hard HEAD
git clean -fd
git checkout origin/master
# Initialize the submodule
git submodule update --init || true
# Ensure submodule is on master too
pushd MediaBrowser.WebDashboard/jellyfin-web
pushd ../jellyfin-web
git fetch --all
git reset --hard HEAD
git clean -fd