From 6d7fd7388819d791430e374eeb12d8684827e44e Mon Sep 17 00:00:00 2001 From: Long Ma Date: Mon, 12 Feb 2024 15:06:29 -0700 Subject: [PATCH] pipeline fix --- release-pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-pipeline.yml b/release-pipeline.yml index 6142cc53b91..ea2a3ffbbed 100644 --- a/release-pipeline.yml +++ b/release-pipeline.yml @@ -140,7 +140,9 @@ jobs: # want to fail fast if there is an issue, and avoid running the tests more than once, so it doesn't take all day. timeoutInMinutes: 360 dependsOn: ['get_release_version', 'get_branch_id'] - container: maven:3.9-eclipse-temurin-21-jammy + container: + image: smilecdr/hapi-build:latest + steps: - task: Cache@2 inputs: