Android CI: Remove verbose flag

I hate that I cannot seem to run this locally.
This commit is contained in:
Vishesh Handa
2023-10-13 14:20:40 +02:00
parent bd63d34885
commit 1608af3e56

View File

@ -9,7 +9,7 @@ set -eux pipefail
BUILD_NUM=$(git rev-list --count HEAD)
echo "Build Number: $BUILD_NUM"
flutter build appbundle --verbose --flavor prod --build-number="$BUILD_NUM" --dart-define=INSTALL_SOURCE=playstore
flutter build appbundle --flavor prod --build-number="$BUILD_NUM" --dart-define=INSTALL_SOURCE=playstore
BUILD_ID=$(make version | tail -n 1 | awk '{ print $4 }')