Skip to content

Commit

Permalink
Fix azp pipeline file which is involved by former PR (#8616)
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Aug 30, 2021
1 parent 06b9d3a commit 5ea763f
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 @@ -43,7 +43,7 @@ parameters:
default: sonicdev

variables:
- ${{ if eq(variables['Build.SourceBranchName'], '202012' }}:
- ${{ if eq(variables['Build.SourceBranchName'], '202012') }}:
- name: BUILD_OPTIONS
value: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'

Expand Down

0 comments on commit 5ea763f

Please sign in to comment.