From dc84ba654e2b7aee17a1e03f060d79dc32330a4d Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 2 Mar 2023 14:51:40 -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 640e90a12..a12cd9369 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)/org.hl7.fhir.core/org.hl7.fhir.convertors/target + path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.convertors/target - task: Bash@3 inputs: targetType: 'inline'