[Ci]: Fix the docker slave azp template issue (#10453)
Why I did it [Ci]: Fix the docker slave azp template issue
This commit is contained in:
parent
bfe5835650
commit
3391969d2e
@ -40,7 +40,7 @@ jobs:
|
||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- template: template-clean-sonic-slave.yml
|
||||
- ${{ else }}:
|
||||
- template: .azure-pipelines/template-variables.yml@buildimage
|
||||
- template: '/.azure-pipelines/template-clean-sonic-slave.yml@buildimage'
|
||||
- checkout: self
|
||||
clean: true
|
||||
submodules: recursive
|
||||
@ -103,7 +103,8 @@ jobs:
|
||||
command: push
|
||||
tags: |
|
||||
$(VARIABLE_SLAVE_BASE_TAG)
|
||||
latest
|
||||
${{ if eq(variables['Build.SourceBranchName'], 'master') }}:
|
||||
latest
|
||||
- ${{ if ne(parameters.arch, 'amd64') }}:
|
||||
- task: Docker@2
|
||||
condition: ne(variables['Build.Reason'], 'PullRequest')
|
||||
|
@ -67,7 +67,7 @@ stages:
|
||||
arch: ${{ arch }}
|
||||
dist: ${{ dist }}
|
||||
- ${{ else }}:
|
||||
- template: .azure-pipelines/docker-sonic-slave-template.yml@buildimage
|
||||
- template: '/.azure-pipelines/docker-sonic-slave-template.yml@buildimage'
|
||||
parameters:
|
||||
pool: sonicbld
|
||||
arch: ${{ arch }}
|
||||
|
Reference in New Issue
Block a user