Fix typos on path

This commit is contained in:
Manuel Cortez 2020-07-19 07:50:42 -05:00
parent a15f35822e
commit 49d6d4093c

View File

@ -21,7 +21,7 @@ stages:
- '$ProgressPreference = "SilentlyContinue"'
- 'Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe" -OutFile "git_setup.exe"'
- '.\git_setup.exe /verysilent /dir=C:\git'
- '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin" + [System.Environment]::GetEnvironmentVariable("Path","User") '
- '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin\;" + [System.Environment]::GetEnvironmentVariable("Path","User") '
- '$env:PATH'
- 'python -V'
# - '&$env:PYTHON3_32 -m venv env'