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:
Jordan Petridis 2020-05-16 23:03:18 +03:00
parent 18583a40d2
commit 6fee1f8f4e
No known key found for this signature in database
GPG key ID: E8523968931763BE

View file

@ -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"