Commit 7e019fdb authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

CI: update the image

parent 6926f744
include:
- project: 'gnome/citemplates'
file: 'flatpak/flatpak-ci-initiative-sdk-extensions.yml'
- project: "gnome/citemplates"
file: "flatpak/flatpak-ci-initiative-sdk-extensions.yml"
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36'
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master"
variables:
BUNDLE: "org.gnome.TourDevel.flatpak"
MANIFEST_PATH: "build-aux/org.gnome.TourDevel.json"
FLATPAK_MODULE: "gnome-tour"
APP_ID: "org.gnome.TourDevel"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
extends: '.flatpak'
extends: ".flatpak"
nightly:
extends: '.publish_nightly'
dependencies: ['flatpak']
needs: ['flatpak']
extends: ".publish_nightly"
dependencies: ["flatpak"]
needs: ["flatpak"]
# Configure and run rustfmt
# Exits and builds fails if on bad format
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment