Skip to content

Commit

Permalink
fix(ci): build fdroid with Compatrelease build type πŸ’ (#3053)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamad Jaara <[email protected]>
Co-authored-by: Vitor Hugo Schwaab <[email protected]>
  • Loading branch information
3 people authored May 31, 2024
1 parent 387c67e commit aee1880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ String defineBuildType(String flavor) {
// internal is used for wire beta builds
if (flavor == 'Beta') {
return 'Release'
} else if (flavor == 'Prod') {
} else if (flavor == 'Prod' || flavor == 'Fdroid') {
return "Compatrelease"
}
// use the scala client signing keys for testing upgrades.
Expand Down

0 comments on commit aee1880

Please sign in to comment.