CI: Use generic bundle name
When run an environment CI_COMMIT_SHA is not resolved and results into a 404 url in the review apps
This commit is contained in:
parent
7856f0d602
commit
43fce2e89a
@ -4,7 +4,7 @@ stages:
|
|||||||
- review
|
- review
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
BUNDLE: "org.gnome.Podcasts.${CI_COMMIT_SHA}.flatpak"
|
BUNDLE: "org.gnome.Podcasts.Devel.flatpak"
|
||||||
|
|
||||||
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:master"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user