silence progress in request url

This commit is contained in:
Manuel Cortez 2020-07-19 07:44:42 -05:00
parent 3190e90974
commit a15f35822e

View File

@ -18,9 +18,11 @@ stages:
tags: tags:
- windows10 - windows10
before_script: before_script:
- '$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"' - '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' - '.\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' - 'python -V'
# - '&$env:PYTHON3_32 -m venv env' # - '&$env:PYTHON3_32 -m venv env'
# - 'env\scripts\activate' # - 'env\scripts\activate'