Commit 7407b226 authored by Phillip Webb's avatar Phillip Webb

Update CI to skip artifact downloads when possible

Update the promote and sync jobs so that only the build-info.json
file is downloaded.

Closes gh-16448
parent ead3031c
......@@ -422,6 +422,7 @@ jobs:
trigger: false
passed: [stage-milestone]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -452,6 +453,7 @@ jobs:
trigger: false
passed: [stage-rc]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -482,6 +484,7 @@ jobs:
trigger: false
passed: [stage-release]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -504,6 +507,7 @@ jobs:
trigger: true
passed: [promote-release]
params:
download_artifacts: false
save_build_info: true
- task: sync-to-maven-central
image: spring-boot-ci-image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment