remove stage

This commit is contained in:
MilenaHristova 2023-02-01 15:14:27 +01:00
parent 5c7188b67b
commit e6d5901989

View file

@ -28,12 +28,9 @@ variables:
- name: VmrBranch
value: ${{ replace(replace(variables['Build.SourceBranch'], 'refs/heads/', ''), 'refs/pull/', '') }}
stages:
- stage: Synchronize_VMR
displayName: Synchronize VMR
dependsOn: []
jobs:
jobs:
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml
parameters:
vmrBranch: ${{ variables.VmrBranch }}