From dfdd31904154fd547b8d55b543915e85c5f909d7 Mon Sep 17 00:00:00 2001 From: Daniel van Vugt Date: Wed, 19 Jul 2023 16:15:43 +0800 Subject: [PATCH] ci: Don't try running dist-mutter outside of a git repo Because `meson dist` will fail in that case: ``` Dist currently only works with Git or Mercurial repos ``` Being away from the git repo would only happen on non-marge CI runs of 'deploy' and only if the MR contains meson changes. So the bug went unnoticed when introduced in !3083 because it didn't contain meson changes. To fix it we just revert one line of !3083. Fixes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2908 Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b2bf016b..714caec5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -614,7 +614,7 @@ test-mutter-coverity: dist-mutter: extends: - - .mutter.distribution-image + - .fdo.distribution-image@fedora - .mutter.fedora@x86_64 - .build-mutter-base - .test-setup