Skip to content

Commit

Permalink
[ci] Fix bug involved by PR 11810 which affect official build pipeline (
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
liushilongbuaa committed Aug 30, 2022
1 parent 4733053 commit cf69206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stages:
variables:
- name: CACHE_MODE
value: wcache
- template: azure-pipelines-repd-build-variables.yml@buildimage
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
jobs:
- template: azure-pipelines-build.yml
parameters:
Expand Down

0 comments on commit cf69206

Please sign in to comment.