Compare commits
2 Commits
6f10d0afd3
...
10a481e606
Author | SHA1 | Date | |
---|---|---|---|
10a481e606 | |||
5acdaf9edb |
@ -63,8 +63,9 @@ update_windows_deps:
|
||||
- refreshenv
|
||||
- python --version
|
||||
- pip install pipenv
|
||||
- ssh-agent -s
|
||||
- cat "${WINDOWS_SSH_PRIVATE_KEY}" | ssh-add -
|
||||
- Get-Service -Name ssh-agent | Set-Service -StartupType Manual
|
||||
- ssh-agent
|
||||
- ssh-add "${WINDOWS_SSH_PRIVATE_KEY}"
|
||||
- git config --global user.name "Gitlab CI"
|
||||
- git config --global user.email "ci@gitlab.com"
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user