[ci] Fix PR validation issue involved by cherry-pick enabling ACR.
involved un-expectec lines.
This commit is contained in:
parent
56be714935
commit
2058147cca
@ -38,13 +38,10 @@ resources:
|
||||
ref: master
|
||||
|
||||
variables:
|
||||
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml
|
||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- template: .azure-pipelines/template-variables.yml
|
||||
- ${{ else }}:
|
||||
- template: .azure-pipelines/template-variables.yml@buildimage
|
||||
- name: CACHE_MODE
|
||||
value: rcache
|
||||
|
||||
stages:
|
||||
- stage: Build
|
||||
|
Loading…
Reference in New Issue
Block a user