allow fails when download cached deps
This commit is contained in:
parent
674ff77fc4
commit
0ba95365cf
@ -27,6 +27,7 @@ jobs:
|
||||
displayName: 'Use PHP version $(phpVersion)'
|
||||
|
||||
- task: DownloadPipelineArtifact@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
artifactName: php vendor
|
||||
targetPath: vendor
|
||||
@ -61,6 +62,7 @@ jobs:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
artifactName: node_modules
|
||||
targetPath: node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user