[ci] Add job to update windows deps #2

This commit is contained in:
Fabian 2022-09-30 13:01:19 +02:00
parent 6f10d0afd3
commit 5acdaf9edb

View File

@ -63,7 +63,8 @@ update_windows_deps:
- refreshenv
- python --version
- pip install pipenv
- ssh-agent -s
- Get-Service -Name ssh-agent | Set-Service -StartupType Manual
- ssh-agent
- cat "${WINDOWS_SSH_PRIVATE_KEY}" | ssh-add -
- git config --global user.name "Gitlab CI"
- git config --global user.email "ci@gitlab.com"