Try to another docker image
This commit is contained in:
parent
3b7df1230c
commit
91acce2df9
@ -11,12 +11,14 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- pack
|
- pack
|
||||||
|
|
||||||
|
default:
|
||||||
|
image: stefanscherer/chocolatey
|
||||||
|
|
||||||
.configure_environment: &configure_environment
|
.configure_environment: &configure_environment
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
before_script:
|
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'
|
- 'choco installl python git nsis'
|
||||||
- '& Start-Process -FilePath "Git-2.27.0-32-bit.exe" -Verb runAs -ArgumentList "/verysilent"'
|
|
||||||
- 'python -V'
|
- 'python -V'
|
||||||
# - 'python -m venv env'
|
# - 'python -m venv env'
|
||||||
# - 'env\scripts\activate'
|
# - 'env\scripts\activate'
|
||||||
|
Loading…
Reference in New Issue
Block a user