From 9b20c966918fc1a1a1a9f2dd3de92297c3417392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 13 Jun 2024 19:08:42 +0200 Subject: [PATCH] ci: De-duplicate build artifacts Add an explicit dependency on the `build` job for `dist-tarball`, so its artifacts are pulled in without re-exporting them from the `distinfo` job. Part-of: --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3be8b519c..a825d6298 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -275,9 +275,6 @@ distinfo: reports: dotenv: dist.env paths: - - build - - mutter - - subprojects/jasmine-gjs - dist.env rules: - if: '$CI_COMMIT_TAG' @@ -302,6 +299,7 @@ dist: dist-tarball: extends: dist needs: + - build - distinfo artifacts: expose_as: 'Get tarball here'