From 3f34f25d10fd0f3ae27d657e715ec50c4e882a9e Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 12 Apr 2018 10:10:04 -0700 Subject: [PATCH] Use the right image --- ci/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a2b306975b..574c0eae13 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -213,7 +213,7 @@ jobs: - put: repo-status-jdk9-build params: { state: "failure", commit: "git-repo" } - task: determine-email-body - image: spring-boot-ci-image + image: spring-boot-jdk9-ci-image file: git-repo/ci/tasks/determine-email-body.yml params: STATE: failure @@ -226,7 +226,7 @@ jobs: body: email-details/body - do: - task: determine-email-body - image: spring-boot-ci-image + image: spring-boot-jdk9-ci-image file: git-repo/ci/tasks/determine-email-body.yml params: STATE: success @@ -272,7 +272,7 @@ jobs: - put: repo-status-jdk10-build params: { state: "failure", commit: "git-repo" } - task: determine-email-body - image: spring-boot-ci-image + image: spring-boot-jdk10-ci-image file: git-repo/ci/tasks/determine-email-body.yml params: STATE: failure @@ -285,7 +285,7 @@ jobs: body: email-details/body - do: - task: determine-email-body - image: spring-boot-ci-image + image: spring-boot-jdk10-ci-image file: git-repo/ci/tasks/determine-email-body.yml params: STATE: success