[ci] Add job to update windows deps #13
This commit is contained in:
parent
2b885a7be1
commit
39e17286b5
@ -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 "$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