Update master-branch-parallel-pipeline.yml for Azure Pipelines
***NO_CI***
This commit is contained in:
parent
42badd699d
commit
5dde45b223
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: maven | $(Build.BuildId) | convertors-target
|
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
|
- task: Bash@3
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
|
|
Loading…
Reference in New Issue