From 61cdd647b6d140065a254c7924aa5177f3de4cf5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 14:17:37 +0100 Subject: [PATCH] Fix image name for JDK 15 build --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f23cceb38a..e93bed5235 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -259,7 +259,7 @@ jobs: params: { state: "pending", commit: "git-repo" } - do: - task: check-project - image: ci-image-jdk11 + image: ci-image-jdk15 file: git-repo/ci/tasks/check-project.yml <<: *build-project-task-params on_failure: