identation

This commit is contained in:
MilenaHristova 2023-02-01 14:52:26 +01:00
parent ba896b1888
commit 8e21d8220d

View file

@ -20,12 +20,12 @@ parameters:
default: '' default: ''
variables: variables:
- ${{ if ne(parameters.vmrBranch, '') }}: - ${{ if ne(parameters.vmrBranch, '') }}:
- name: VmrBranch - name: VmrBranch
value: ${{ parameters.vmrBranch }} value: ${{ parameters.vmrBranch }}
- ${{ else }}: - ${{ else }}:
- name: VmrBranch - name: VmrBranch
value: ${{ replace(replace(variables['Build.SourceBranch'], 'refs/heads/', ''), 'refs/pull/', '') }} value: ${{ replace(replace(variables['Build.SourceBranch'], 'refs/heads/', ''), 'refs/pull/', '') }}
stages: stages:
- stage: Synchronize_VMR - stage: Synchronize_VMR