mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
Merge branch 'TheJoKlLa-alpha-patch-29341' into 'alpha'
Update .gitlab-ci.yml See merge request fabinfra/fabaccess/borepin!15
This commit is contained in:
commit
aa8e61d52b
@ -145,7 +145,7 @@ build_GTK:
|
|||||||
# dependencies:
|
# dependencies:
|
||||||
# - build_job
|
# - build_job
|
||||||
|
|
||||||
deploy_Android:
|
deploy_Android_alpha:
|
||||||
variables:
|
variables:
|
||||||
LC_ALL: 'en_US.UTF-8'
|
LC_ALL: 'en_US.UTF-8'
|
||||||
LANG: 'en_US.UTF-8'
|
LANG: 'en_US.UTF-8'
|
||||||
@ -167,6 +167,28 @@ deploy_Android:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build_Android
|
- build_Android
|
||||||
|
|
||||||
|
deploy_Android_beta:
|
||||||
|
variables:
|
||||||
|
LC_ALL: 'en_US.UTF-8'
|
||||||
|
LANG: 'en_US.UTF-8'
|
||||||
|
only:
|
||||||
|
- beat
|
||||||
|
needs:
|
||||||
|
- build_Android
|
||||||
|
stage: deploy
|
||||||
|
image: registry.gitlab.com/fabinfra/gtk-sharp-build:latest
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
before_script:
|
||||||
|
- 'echo $play_store_credentials > play-store-credentials.json'
|
||||||
|
script:
|
||||||
|
- 'bundle install'
|
||||||
|
- 'bundle exec fastlane supply --aab Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.aab --track beta'
|
||||||
|
after_script:
|
||||||
|
- 'rm play-store-credentials.json'
|
||||||
|
dependencies:
|
||||||
|
- build_Android
|
||||||
|
|
||||||
deploy_iOS:
|
deploy_iOS:
|
||||||
variables:
|
variables:
|
||||||
LC_ALL: 'en_US.UTF-8'
|
LC_ALL: 'en_US.UTF-8'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user