Fix github issue

This commit is contained in:
MaksimZhukov
2020-02-20 19:10:36 +03:00
parent 56bc08104e
commit 50cd92aade

View File

@@ -14,7 +14,7 @@ jobs:
script: |
Remove-Item -path './*' -Recurse -Force
Write-Host "Download $(CUSTOM_REPOSITORY_BRANCH) branch from $(CUSTOM_REPOSITORY_URL)"
git clone $(CUSTOM_REPOSITORY_URL) . -b $(CUSTOM_REPOSITORY_BRANCH) --single-branch --depth 1
cmd /c "git clone $(CUSTOM_REPOSITORY_URL) . -b $(CUSTOM_REPOSITORY_BRANCH) --single-branch --depth 1 2>&1"
- task: PowerShell@2
displayName: 'Build VM'