Skip to content
Snippets Groups Projects
Commit 4a43edd2 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch 'fix_flutter'

parents 366c1cf6 9a0e617a
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,10 @@ stages: ...@@ -15,9 +15,10 @@ stages:
variables: variables:
SIGNING_PROPERTIES_FILE: android/signing.properties SIGNING_PROPERTIES_FILE: android/signing.properties
SINGING_KEYSTORE_FILE: android/signing-keystore.jks SINGING_KEYSTORE_FILE: android/signing-keystore.jks
FLUTTER_ANDROID_IMAGE: registry.420joos.dev/flutter:3.19.0-android FLUTTER_ANDROID_IMAGE: andrijoos/flutter:3.24.5-android
BUNDLETOOL_IMAGE: andrijoos/bundletool
android_build: android:
stage: build stage: build
image: image:
name: ${FLUTTER_ANDROID_IMAGE} name: ${FLUTTER_ANDROID_IMAGE}
...@@ -39,16 +40,16 @@ android_build: ...@@ -39,16 +40,16 @@ android_build:
after_script: after_script:
- mv ${APP_DIRECTORY}/build/app/outputs/bundle/release/app-release.aab ./{APP_NAME}.aab - mv ${APP_DIRECTORY}/build/app/outputs/bundle/release/app-release.aab ./{APP_NAME}.aab
apks: .build_universal_apk:
stage: build stage: build
image: image:
name: ${FLUTTER_ANDROID_IMAGE} name: ${BUNDLETOOL_IMAGE}
pull_policy: always pull_policy: always
tags: tags:
- amd64 - amd64
when: manual when: manual
needs: needs:
- android_build - android
artifacts: artifacts:
paths: paths:
- ${APP_NAME}_${APPLICATION_VERSION}.apk - ${APP_NAME}_${APPLICATION_VERSION}.apk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment