Update master-branch-parallel-pipeline.yml for Azure Pipelines

***NO_CI***
This commit is contained in:
dotasek 2023-03-02 14:51:40 -05:00
parent 5dde45b223
commit dc84ba654e
1 changed files with 1 additions and 1 deletions

View File

@ -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'