File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ concourse-url: "https://ci.spring.io"
12
12
bintray-subject : " spring"
13
13
bintray-repo : " jars"
14
14
task-timeout : 2h00m
15
+
Original file line number Diff line number Diff line change @@ -209,20 +209,21 @@ jobs:
209
209
plan :
210
210
- get : ci-images-git-repo
211
211
trigger : true
212
+ - get : git-repo
212
213
- in_parallel :
213
214
- task : build-ci-image
214
215
privileged : true
215
- file : ci-images- git-repo/ci/tasks/build-ci-image.yml
216
+ file : git-repo/ci/tasks/build-ci-image.yml
216
217
vars :
217
218
ci-image-name : ci-image
218
219
- task : build-ci-image-jdk11
219
220
privileged : true
220
- file : ci-images- git-repo/ci/tasks/build-ci-image.yml
221
+ file : git-repo/ci/tasks/build-ci-image.yml
221
222
vars :
222
223
ci-image-name : ci-image-jdk11
223
224
- task : build-ci-image-jdk15
224
225
privileged : true
225
- file : ci-images- git-repo/ci/tasks/build-ci-image.yml
226
+ file : git-repo/ci/tasks/build-ci-image.yml
226
227
vars :
227
228
ci-image-name : ci-image-jdk15
228
229
- in_parallel :
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ caches:
13
13
params :
14
14
CONTEXT : ci-images-git-repo/ci/images
15
15
DOCKERFILE : ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
16
+ REGISTRY_MIRRORS : ((dockerhub-registry-mirror))
16
17
run :
17
18
path : build
You can’t perform that action at this time.
0 commit comments