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

make android a job template

parent 6734f309
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ variables: ...@@ -19,7 +19,7 @@ variables:
BUNDLETOOL_IMAGE: andrijoos/bundletool BUNDLETOOL_IMAGE: andrijoos/bundletool
ANDROID_PLATFORMS: android-arm,android-arm64,android-x64 ANDROID_PLATFORMS: android-arm,android-arm64,android-x64
android: .build_android:
stage: build stage: build
image: image:
name: ${FLUTTER_ANDROID_IMAGE} name: ${FLUTTER_ANDROID_IMAGE}
...@@ -48,8 +48,6 @@ android: ...@@ -48,8 +48,6 @@ android:
pull_policy: always pull_policy: always
tags: tags:
- amd64 - amd64
needs:
- 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