mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 09:06:43 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user