[ci] Add job to update windows deps #12
This commit is contained in:
parent
123ea65f2b
commit
2b885a7be1
@ -66,7 +66,7 @@ commit_windows_deps:
|
|||||||
before_script:
|
before_script:
|
||||||
- apk add --update git openssh-client
|
- apk add --update git openssh-client
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo $env:WINDOWS_SSH_PRIVATE_KEY | & ssh-add -
|
- echo "$WINDOWS_SSH_PRIVATE_KEY" | & ssh-add -
|
||||||
- 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