From aee1880bbcea9ef03d26662baa2761ad0c50b03a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 12:07:16 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20build=20fdroid=20with=20Compatreleas?= =?UTF-8?q?e=20build=20type=20=F0=9F=8D=92=20(#3053)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mohamad Jaara Co-authored-by: Vitor Hugo Schwaab --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4203efa6da0..e7b77e56fb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.