silence progress in request url
This commit is contained in:
parent
3190e90974
commit
a15f35822e
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user