From 5dde45b223844fd30977b64ced593b8b3130e9e8 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 2 Mar 2023 14:38:23 -0500 Subject: [PATCH] Update master-branch-parallel-pipeline.yml for Azure Pipelines ***NO_CI*** --- master-branch-parallel-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master-branch-parallel-pipeline.yml b/master-branch-parallel-pipeline.yml index 647bf0887..640e90a12 100644 --- a/master-branch-parallel-pipeline.yml +++ b/master-branch-parallel-pipeline.yml @@ -23,7 +23,7 @@ jobs: - task: Cache@2 inputs: key: maven | $(Build.BuildId) | convertors-target - path: $(System.DefaultWorkingDirectory)/$(GIT_REPO)/org.hl7.fhir.convertors/target + path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.core/org.hl7.fhir.convertors/target - task: Bash@3 inputs: targetType: 'inline'