From ae7b9384fa47cf1314d2693346a6e3fff5b7700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 25 Mar 2026 18:09:02 +0100 Subject: [PATCH] Fix building EVN & -S Cloudsmith packages Setting "artifacts: false" for the dependency on the "publish-private" job prevents the url-*.txt files produced by that job from being pulled from GitLab when the jobs that build EVN & -S Cloudsmith packages are run, effectively breaking the latter. Fix by making these jobs depend on the artifacts of the "publish-private" job. (cherry picked from commit b36f17238b5a4e00828aeffa39b03a89cfd9a257) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7270322afe..c80040bfaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2068,7 +2068,7 @@ publish: <<: *manual_release_job_qa needs: - job: publish-private - artifacts: false + artifacts: true script: - > "${CI_PROJECT_DIR}"/bind9-qa/releng/update_rpms.py build --service "${SERVICE}" --version "${CI_COMMIT_TAG}" --base-url "$(cat "url-${CI_COMMIT_TAG}.txt")"