Fix YAML typo in VMR synchronization pipeline (#18408)
This commit is contained in:
parent
a39a27e82d
commit
b8bec658b8
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ variables:
|
|||
jobs:
|
||||
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml
|
||||
parameters:
|
||||
name: Synchronize_VMR
|
||||
jobName: Synchronize_VMR
|
||||
vmrBranch: ${{ variables.VmrBranch }}
|
||||
|
||||
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml
|
||||
parameters:
|
||||
name: Synchronize_VMR_uncloacked
|
||||
jobName: Synchronize_VMR_uncloacked
|
||||
vmrBranch: ${{ variables.VmrBranch }}-ub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue