mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 13:09:24 +01:00
Merge branch 'fix-upload_to_fdroid_repo-ci' into 'master'
Add new required sudo in upload_to_fdroid_repo ci task See merge request ChristianPauly/fluffychat-flutter!89
This commit is contained in:
commit
7066f76ba6
@ -69,6 +69,7 @@ build_android_apk:
|
|||||||
- build/app/outputs/apk/release/app-release.apk
|
- build/app/outputs/apk/release/app-release.apk
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- tags
|
||||||
|
|
||||||
|
|
||||||
build_android_appbundle:
|
build_android_appbundle:
|
||||||
@ -94,11 +95,11 @@ upload_to_fdroid_repo:
|
|||||||
##
|
##
|
||||||
## Install ssh-agent if not already installed.
|
## Install ssh-agent if not already installed.
|
||||||
##
|
##
|
||||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
- 'which ssh-agent || (sudo apt-get update -y && sudo apt-get install openssh-client -y )'
|
||||||
##
|
##
|
||||||
## Install rsync if not already installed.
|
## Install rsync if not already installed.
|
||||||
##
|
##
|
||||||
- 'which rsync || ( apt-get update -y && apt-get install rsync -y )'
|
- 'which rsync || (sudo apt-get update -y && sudo apt-get install rsync -y )'
|
||||||
##
|
##
|
||||||
## Run ssh-agent (inside the build environment)
|
## Run ssh-agent (inside the build environment)
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user