From e4a50ed3b2c8557f6908074f66e6f645ad30fe44 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 27 Nov 2025 20:19:56 +0100 Subject: [PATCH] flatpak: Don't specify branch Apparently, this breaks the Flatpak CI yaml assumptions and makes the "build-bundle" step there break with the following error: > error: Refspec 'app/org.gnome.Geary.Devel/x86_64/test' not found --- org.gnome.Geary.json | 1 - 1 file changed, 1 deletion(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 00712cd6..f1485ed7 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -1,6 +1,5 @@ { "app-id": "org.gnome.Geary.Devel", - "branch": "master", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk",