Fixes OSS including EE by providing empty ext dir

This commit is contained in:
Spoffy
2024-07-08 14:03:18 -04:00
committed by jordigh
parent 90a9291e0d
commit a999b4250e
4 changed files with 11 additions and 2 deletions

View File

@@ -14,5 +14,6 @@ pushd $repo
git sparse-checkout set ext
git checkout
popd
rm -rf ./ext
mv $repo/ext .
rm -rf $repo