mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Merge branch 'TheJoKlLa-main-patch-97757' into 'main'
Added APK Deploy See merge request fabinfra/fabaccess/borepin!59
This commit is contained in:
commit
9105a52aa3
@ -180,6 +180,29 @@ deploy_Android_Internal:
|
|||||||
after_script:
|
after_script:
|
||||||
- 'rm play-store-credentials.json'
|
- 'rm play-store-credentials.json'
|
||||||
|
|
||||||
|
deploy_Android_APK:
|
||||||
|
stage: deploy
|
||||||
|
needs:
|
||||||
|
- pack_Android_APK
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ /v\d+\.\d+(\.\d+)?/
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
image: registry.gitlab.com/fabinfra/gtk-sharp-build:latest
|
||||||
|
variables:
|
||||||
|
LC_ALL: 'en_US.UTF-8'
|
||||||
|
LANG: 'en_US.UTF-8'
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- 'export VERSION_NUMBER=${CI_COMMIT_TAG:1}'
|
||||||
|
- 'export BUILD_NUMBER="$CI_PIPELINE_ID"'
|
||||||
|
script:
|
||||||
|
- 'mkdir -p public'
|
||||||
|
- 'cp Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.apk public/'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
|
||||||
deploy_Android_Beta:
|
deploy_Android_Beta:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user