Skip to content

Commit

Permalink
[ci] Fix a docker-sonic-slave pipeline format in variable reference. (#…
Browse files Browse the repository at this point in the history
…10494)

this issue affect official amd64 docker-sonic-slave build.
  • Loading branch information
liushilongbuaa authored Apr 8, 2022
1 parent 39e1e92 commit 51e4e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/docker-sonic-slave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
- ${{ each dist in parameters.dists }}:
- ${{ if endswith(variables['Build.DefinitionName'], dist) }}:
- ${{ each arch in parameters.arches }}:
- ${{ if eq(variables[''Build.Reason], 'PullRequest') }}:
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: docker-sonic-slave-template.yml
parameters:
pool: sonicbld
Expand Down

0 comments on commit 51e4e80

Please sign in to comment.