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

CI: update the image

parent 6926f744
include: include:
- project: 'gnome/citemplates' - project: "gnome/citemplates"
file: 'flatpak/flatpak-ci-initiative-sdk-extensions.yml' file: "flatpak/flatpak-ci-initiative-sdk-extensions.yml"
flatpak: 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: variables:
BUNDLE: "org.gnome.TourDevel.flatpak" BUNDLE: "org.gnome.TourDevel.flatpak"
MANIFEST_PATH: "build-aux/org.gnome.TourDevel.json" MANIFEST_PATH: "build-aux/org.gnome.TourDevel.json"
FLATPAK_MODULE: "gnome-tour" FLATPAK_MODULE: "gnome-tour"
APP_ID: "org.gnome.TourDevel" APP_ID: "org.gnome.TourDevel"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
extends: '.flatpak' extends: ".flatpak"
nightly: nightly:
extends: '.publish_nightly' extends: ".publish_nightly"
dependencies: ['flatpak'] dependencies: ["flatpak"]
needs: ['flatpak'] needs: ["flatpak"]
# Configure and run rustfmt # Configure and run rustfmt
# Exits and builds fails if on bad format # 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