Compare commits

...

2 Commits

Author SHA1 Message Date
10a481e606 [ci] Add job to update windows deps #3 2022-09-30 13:12:47 +02:00
5acdaf9edb [ci] Add job to update windows deps #2 2022-09-30 13:01:19 +02:00

View File

@ -63,8 +63,9 @@ update_windows_deps:
- refreshenv - refreshenv
- python --version - python --version
- pip install pipenv - pip install pipenv
- ssh-agent -s - Get-Service -Name ssh-agent | Set-Service -StartupType Manual
- cat "${WINDOWS_SSH_PRIVATE_KEY}" | ssh-add - - ssh-agent
- 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: