ci: fix the rustfmt job
accidently broke it in 18583a40d2
by replasing the wrong string... I am promise I will go to sleep
after this.
This commit is contained in:
parent
18583a40d2
commit
6fee1f8f4e
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ variables:
|
||||||
- target_test/
|
- target_test/
|
||||||
|
|
||||||
check:
|
check:
|
||||||
image: "$FLATPAK_IMAGE"
|
image: "registry.gitlab.com/alatiera/rustfmt-oci-image/rustfmt:stable"
|
||||||
stage: "check"
|
stage: "check"
|
||||||
script:
|
script:
|
||||||
# Create blank versions of our configured files
|
# Create blank versions of our configured files
|
||||||
|
@ -34,7 +34,7 @@ check:
|
||||||
|
|
||||||
flatpak:
|
flatpak:
|
||||||
extends: '.flatpak'
|
extends: '.flatpak'
|
||||||
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36"
|
image: "$FLATPAK_IMAGE"
|
||||||
variables:
|
variables:
|
||||||
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
||||||
APP_ID: "org.gnome.FractalDevel"
|
APP_ID: "org.gnome.FractalDevel"
|
||||||
|
|
Loading…
Reference in a new issue