1
0
Fork 0

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:
Daniel van Vugt 2023-07-19 16:15:43 +08:00 committed by Marge Bot
parent 8008e365b3
commit dfdd319041

View file

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