mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-24 17:31:06 +08:00
Android CI: Remove verbose flag
I hate that I cannot seem to run this locally.
This commit is contained in:
@ -9,7 +9,7 @@ set -eux pipefail
|
|||||||
BUILD_NUM=$(git rev-list --count HEAD)
|
BUILD_NUM=$(git rev-list --count HEAD)
|
||||||
echo "Build Number: $BUILD_NUM"
|
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 }')
|
BUILD_ID=$(make version | tail -n 1 | awk '{ print $4 }')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user