Remove the -command argument from invoque-expression

This commit is contained in:
Manuel Cortez 2020-07-17 22:32:20 -05:00
parent bff6b3d6c3
commit b42c7d402f

View File

@ -16,7 +16,7 @@ stages:
- windows10
before_script:
- 'Invoke-WebRequest -UseBasicParsing https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe'
- 'Invoke-Expression -command "Git-2.27.0-32-bit.exe -verysilent"'
- 'Invoke-Expression "Git-2.27.0-32-bit.exe -verysilent"'
- 'python -V'
# - 'python -m venv env'
# - 'env\scripts\activate'