Skip to content

Commit 6839227

Browse files
liushilongbuaazbud-msft
authored andcommitted
[ci] Fix bug involved by PR 11810 which affect official build pipeline (sonic-net#11891)
Why I did it Fix the official build not triggered correctly issue, caused by the azp template path not existing. How I did it Change the azp template path.
1 parent 55f1fb1 commit 6839227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/official-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stages:
3838
variables:
3939
- name: CACHE_MODE
4040
value: wcache
41-
- template: azure-pipelines-repd-build-variables.yml@buildimage
41+
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
4242
jobs:
4343
- template: azure-pipelines-build.yml
4444
parameters:

0 commit comments

Comments
 (0)