build_ios: Remove the check for uncommitted changes

Hopefully now that builds witll be done by the CI, this won't really
happen.
This commit is contained in:
Vishesh Handa
2020-11-14 23:31:13 +01:00
parent 3fc813336a
commit 4a69524bff

View File

@ -5,14 +5,6 @@ set -eo pipefail
cd "$(dirname "$0")"
cd ../
# Check for uncommitted changes
if [[ $(git status -s | grep -v '??') ]]; then
echo "Uncommitted Changes."
echo "Exiting"
git status
exit 1
fi
flutter pub get
# Download the required libraries