Build CI images in parallel

Closes gh-18115
pull/18464/head
Phillip Webb 5 years ago
parent 42ba3050bc
commit 8e6dbae402

@ -144,6 +144,7 @@ jobs:
plan:
- get: ci-images-git-repo
trigger: true
- in_parallel:
- put: spring-boot-ci-image
params:
build: ci-images-git-repo/ci/images

Loading…
Cancel
Save