Merge pull request #109 from actions/dont-check-pre

Remove check for `pre/` distributables
This commit is contained in:
James M. Greene
2023-02-13 19:48:35 -06:00
committed by GitHub

View File

@@ -42,9 +42,3 @@ jobs:
git diff
exit 1
fi
if [ "$(git diff --ignore-space-at-eol pre/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build in pre folder. See status below:"
git diff
exit 1
fi