Do not fetch again in VMR synchronization (#17658)

This commit is contained in:
Přemek Vysoký 2023-10-30 19:18:45 +01:00 committed by GitHub
parent b5d77c4daf
commit 3e660e4544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,6 @@ steps:
clean: true
- script: |
set -euxo pipefail
git fetch --all
git checkout --track origin/${{ parameters.vmrBranch }}
echo "##vso[task.setvariable variable=vmrBranch]${{ parameters.vmrBranch }}"
displayName: Check out ${{ parameters.vmrBranch }}