From 6fee1f8f4eec560226e4803c0d696c7004bc71f9 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 16 May 2020 23:03:18 +0300 Subject: [PATCH] ci: fix the rustfmt job accidently broke it in 18583a40d226e1e1030866e8fac167e8599d0cd2 by replasing the wrong string... I am promise I will go to sleep after this. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5fdd01a..5690cc2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: - target_test/ check: - image: "$FLATPAK_IMAGE" + image: "registry.gitlab.com/alatiera/rustfmt-oci-image/rustfmt:stable" stage: "check" script: # Create blank versions of our configured files @@ -34,7 +34,7 @@ check: flatpak: extends: '.flatpak' - image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36" + image: "$FLATPAK_IMAGE" variables: RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo' APP_ID: "org.gnome.FractalDevel"