Attempt to install git in windows docker
This commit is contained in:
parent
693a9f474e
commit
a690f116d2
@ -15,6 +15,8 @@ stages:
|
||||
tags:
|
||||
- windows10
|
||||
before_script:
|
||||
- 'Invoke-WebRequest https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe'
|
||||
- 'Invoke-Expression Git-2.27.0-32-bit.exe /verysilent'
|
||||
- 'python -V'
|
||||
# - 'python -m venv env'
|
||||
# - 'env\scripts\activate'
|
||||
|
Loading…
Reference in New Issue
Block a user