Flatpak: fix previous commit that broke it

I broke both the manifest and the CI in 4da68ff89c
This commit is contained in:
Jordan Petridis 2018-08-10 13:44:48 +03:00
parent 4da68ff89c
commit 65a0c08cb3
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ variables:
- web - web
flatpak: flatpak:
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28
stage: test stage: test
script: script:
- flatpak-builder --stop-at=gnome-podcasts app org.gnome.Podcasts.json - flatpak-builder --stop-at=gnome-podcasts app org.gnome.Podcasts.json

View File

@ -20,7 +20,7 @@
"--share=ipc", "--share=ipc",
"--socket=x11", "--socket=x11",
"--socket=wayland", "--socket=wayland",
"--socket=pulseaudio" "--socket=pulseaudio",
"--device=dri" "--device=dri"
], ],
"build-options" : { "build-options" : {