1
0
Fork 0

ci/dist: Don't expose artifacts

The tarball job adds artifacts, lets not interfere with that. Also it
didn't work, even after fixing the path.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2204>
This commit is contained in:
Jonas Ådahl 2022-01-04 11:26:39 +01:00
parent 34063dad79
commit 1dcdb551a7

View file

@ -355,9 +355,6 @@ dist-mutter:
- build-mutter@x86_64
script:
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
artifacts:
paths:
- build/meson-logs
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: