mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
Add comment
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
script: |
|
||||
Remove-Item -path './*' -Recurse -Force
|
||||
Write-Host "Download $(CUSTOM_REPOSITORY_BRANCH) branch from $(CUSTOM_REPOSITORY_URL)"
|
||||
# git in powershell sometimes broke the AzDO pipelines with incorrect stdout interpretation
|
||||
# we redirect the git output to stdout manually to avoid this issue.
|
||||
cmd /c "git clone $(CUSTOM_REPOSITORY_URL) . -b $(CUSTOM_REPOSITORY_BRANCH) --single-branch --depth 1 2>&1"
|
||||
|
||||
- task: PowerShell@2
|
||||
|
||||
Reference in New Issue
Block a user