mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +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 "$(dirname "$0")"
|
||||||
cd ../
|
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
|
flutter pub get
|
||||||
|
|
||||||
# Download the required libraries
|
# Download the required libraries
|
||||||
|
Reference in New Issue
Block a user