[ci] Add job to update windows deps #3
This commit is contained in:
parent
5acdaf9edb
commit
10a481e606
@ -65,7 +65,7 @@ update_windows_deps:
|
|||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- Get-Service -Name ssh-agent | Set-Service -StartupType Manual
|
- Get-Service -Name ssh-agent | Set-Service -StartupType Manual
|
||||||
- ssh-agent
|
- ssh-agent
|
||||||
- cat "${WINDOWS_SSH_PRIVATE_KEY}" | ssh-add -
|
- ssh-add "${WINDOWS_SSH_PRIVATE_KEY}"
|
||||||
- git config --global user.name "Gitlab CI"
|
- git config --global user.name "Gitlab CI"
|
||||||
- git config --global user.email "ci@gitlab.com"
|
- git config --global user.email "ci@gitlab.com"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user