[ci] Fix SONiC cache build pipeline, which breaks for template change. (#13945)

Why I did it
It is affected by recent PR which changed pipeline template reference.
pipeline failed.

How I did it
This commit is contained in:
Liu Shilong 2023-02-27 14:34:23 +08:00 committed by GitHub
parent 8d0d3e57ba
commit 36f3745988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,14 @@ schedules:
- master
- 202012
resources:
repositories:
- repository: buildimage
type: github
name: sonic-net/sonic-buildimage
ref: master
endpoint: sonic-net
trigger: none
pr: none
@ -20,7 +28,8 @@ stages:
variables:
- name: CACHE_MODE
value: cache
- template: azure-pipelines-repd-build-variables.yml
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
- template: .azure-pipelines/template-variables.yml@buildimage
jobs:
- template: azure-pipelines-build.yml
parameters: