Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 committed Dec 6, 2024
1 parent 8ec83df commit 0744485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
displayName: Set up sonic-swss branch
- task: DownloadPipelineArtifact@2
inputs:
artifact: ${{ parameters.docker_sonic_vs_name }}
artifact: docker-sonic-vs
path: $(Build.ArtifactStagingDirectory)/download
displayName: "Download pre-stage built ${{ parameters.docker_sonic_vs_name }}"
displayName: "Download pre-stage built docker-sonic-vs"
- task: DownloadPipelineArtifact@2
inputs:
artifact: sonic-swss-common.amd64.ubuntu20_04
Expand Down

0 comments on commit 0744485

Please sign in to comment.