Skip to content

Commit

Permalink
Use cygwin executables as primary
Browse files Browse the repository at this point in the history
Resolves issue related to codecov: codecov/codecov-bash#255

Signed-off-by: Javier Romero <[email protected]>
  • Loading branch information
jromero committed Oct 26, 2020
1 parent 4be01a8 commit bf07360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/terraform/provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Pop-Location
& "C:\Program Files\Git\cmd\git.exe" config --global core.autocrlf false

# Add cygwin binaries path
[Environment]::SetEnvironmentVariable("PATH", "$ENV:PATH;C:\tools\cygwin\bin", "USER")
[Environment]::SetEnvironmentVariable("PATH", "C:\tools\cygwin\bin;$ENV:PATH", "MACHINE")

0 comments on commit bf07360

Please sign in to comment.