Skip to content

Commit

Permalink
Update .vsts-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Apr 4, 2024
1 parent 9e28006 commit 43b717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ stages:
- task: DownloadPipelineArtifact@2
inputs:
artifactName: 'output'
downloadPath: '$(System.ArtifactsDirectory)'
downloadPath: '$(System.ArtifactsDirectory)/output'
- task: Bash@3
displayName: Load Docker container
inputs:
Expand Down

0 comments on commit 43b717e

Please sign in to comment.