From: Michał Kępień Date: Wed, 25 Mar 2026 17:09:02 +0000 (+0100) Subject: Fix building EVN & -S Cloudsmith packages X-Git-Tag: v9.21.21~11^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36f17238b5a4e00828aeffa39b03a89cfd9a257;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f1f142228e..f00fdb04528 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1988,7 +1988,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")"