mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
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 b36f17238b)
This commit is contained in:
parent
1785c22cd7
commit
ae7b9384fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue