Skip to content

Commit

Permalink
fix(ci): build fdroid with Compatrelease build type
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed May 29, 2024
1 parent c6bf240 commit 7994ef6
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', 'Fdroid') {
} else if (flavor == 'Prod' || flavor == 'Fdroid') {
return "Compatrelease"
}
// use the scala client signing keys for testing upgrades.
Expand Down

0 comments on commit 7994ef6

Please sign in to comment.