Compare commits
2 Commits
6f10d0afd3
...
10a481e606
Author | SHA1 | Date | |
---|---|---|---|
10a481e606 | |||
5acdaf9edb |
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user