mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Revert "[windows] add bash wrapper from git (#1937)"
This reverts commit 8798c75d67.
This commit is contained in:
committed by
GitHub
parent
f5fdba51d7
commit
5c99d59f22
@@ -95,10 +95,4 @@ if (Test-Path "C:\Program Files\Git\etc\ssh")
|
||||
ssh-keyscan -t rsa ssh.dev.azure.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts"
|
||||
}
|
||||
|
||||
# Copy bash wrapper from git
|
||||
$wrapperPath = "C:\msys64\bin"
|
||||
New-Item -Path $wrapperPath -ItemType Directory -Force | Out-Null
|
||||
Copy-Item -Path "$env:ProgramFiles\Git\bin\bash.exe" -Destination $wrapperPath
|
||||
Copy-Item -Path "$env:ProgramFiles\Git\bin\sh.exe" -Destination $wrapperPath
|
||||
|
||||
Invoke-PesterTests -TestFile "MSYS2"
|
||||
|
||||
Reference in New Issue
Block a user