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:
Jordan Petridis 2018-10-04 08:25:50 +03:00
parent 7856f0d602
commit 43fce2e89a
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -4,7 +4,7 @@ stages:
- review
variables:
BUNDLE: "org.gnome.Podcasts.${CI_COMMIT_SHA}.flatpak"
BUNDLE: "org.gnome.Podcasts.Devel.flatpak"
flatpak:
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master"