Merge branch 'MTRNord/fix-fdroid-release' into 'master'
Fix missing pcregrep See merge request ChristianPauly/fluffychat-flutter!120
This commit is contained in:
commit
d07b45b6a9
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ upload_to_fdroid_repo:
|
||||||
##
|
##
|
||||||
- 'which rsync || (sudo apt-get update -y && sudo apt-get install rsync -y )'
|
- 'which rsync || (sudo apt-get update -y && sudo apt-get install rsync -y )'
|
||||||
##
|
##
|
||||||
|
## Install pcregrep if not already installed.
|
||||||
|
##
|
||||||
|
- 'which pcregrep || (sudo apt-get update -y && sudo apt-get install pcregrep -y )'
|
||||||
|
##
|
||||||
## Run ssh-agent (inside the build environment)
|
## Run ssh-agent (inside the build environment)
|
||||||
##
|
##
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue