fix codemagic deployment (GH-1)
* update codemagic versioning * remove unused branch_patterns * remove unused env
This commit is contained in:
parent
b594facb51
commit
355f505197
2 changed files with 4 additions and 5 deletions
|
|
@ -44,13 +44,12 @@ workflows:
|
||||||
ignore_failure: false
|
ignore_failure: false
|
||||||
- name: Build AAB with Flutter
|
- name: Build AAB with Flutter
|
||||||
script: |
|
script: |
|
||||||
BUILD_NUMBER=$(($(google-play get-latest-build-number --package-name "$PACKAGE_NAME" --tracks="$GOOGLE_PLAY_TRACK") + 1))
|
BUILD_NUMBER=$(($(google-play get-latest-build-number --package-name "$PACKAGE_NAME") + 1))
|
||||||
flutter build appbundle --release \
|
flutter build appbundle --release \
|
||||||
--dart-define=QUOTE_API_SCHEME=$QUOTE_API_SCHEME \
|
--dart-define=QUOTE_API_SCHEME=$QUOTE_API_SCHEME \
|
||||||
--dart-define=QUOTE_API_HOST=$QUOTE_API_HOST \
|
--dart-define=QUOTE_API_HOST=$QUOTE_API_HOST \
|
||||||
--dart-define=AUTH_PUBLIC_KEY=$AUTH_PUBLIC_KEY \
|
|
||||||
--dart-define=SENTRY_DSN=$SENTRY_DSN \
|
--dart-define=SENTRY_DSN=$SENTRY_DSN \
|
||||||
--build-name=1.1.$BUILD_NUMBER \
|
--build-name=1.2.$BUILD_NUMBER \
|
||||||
--build-number=$BUILD_NUMBER
|
--build-number=$BUILD_NUMBER
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: kuwot
|
name: kuwot
|
||||||
description: "A random quote generator app"
|
description: "A random quote generator app"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 1.1.0+1
|
version: 1.2.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.0
|
sdk: ^3.8.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue