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
This commit is contained in:
Niels De Graef 2025-11-27 20:19:56 +01:00 committed by Niels De Graef
parent 3ba5c44ab8
commit e4a50ed3b2

View file

@ -1,6 +1,5 @@
{ {
"app-id": "org.gnome.Geary.Devel", "app-id": "org.gnome.Geary.Devel",
"branch": "master",
"runtime": "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version": "master", "runtime-version": "master",
"sdk": "org.gnome.Sdk", "sdk": "org.gnome.Sdk",