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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3126>
This commit is contained in:
parent
8008e365b3
commit
dfdd319041
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue