From 1dcdb551a7a90b993be022ab8303acbdb6bfb430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 4 Jan 2022 11:26:39 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12f2f874c..3de180d01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: