Commit 6990fff2 authored by Phillip Webb's avatar Phillip Webb

Attempt to fix oci-build-task config

See gh-24197
parent cae5ed81
......@@ -212,18 +212,18 @@ jobs:
- in_parallel:
- task: build-ci-image
privileged: true
file: git-repo/ci/tasks/build-ci-image.yml
params:
file: ci-images-git-repo/ci/tasks/build-ci-image.yml
vars:
ci-image-name: ci-image
- task: build-ci-image-jdk11
privileged: true
file: git-repo/ci/tasks/build-ci-image.yml
params:
file: ci-images-git-repo/ci/tasks/build-ci-image.yml
vars:
ci-image-name: ci-image-jdk11
- task: build-ci-image-jdk15
privileged: true
file: git-repo/ci/tasks/build-ci-image.yml
params:
file: ci-images-git-repo/ci/tasks/build-ci-image.yml
vars:
ci-image-name: ci-image-jdk15
- in_parallel:
- put: ci-image
......
......@@ -12,6 +12,6 @@ caches:
- path: ci-image-cache
params:
CONTEXT: ci-images-git-repo/ci/images
DOCKERFILE: ((ci-image-name))/Dockerfile
DOCKERFILE: ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
run:
path: build
\ No newline at end of file
path: build
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