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:
parent
34063dad79
commit
1dcdb551a7
@ -355,9 +355,6 @@ dist-mutter:
|
|||||||
- build-mutter@x86_64
|
- build-mutter@x86_64
|
||||||
script:
|
script:
|
||||||
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
|
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/meson-logs
|
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
changes:
|
changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user