[ci] Add job to update windows deps #14
This commit is contained in:
parent
39e17286b5
commit
61ae41c8e0
@ -69,9 +69,11 @@ commit_windows_deps:
|
|||||||
- 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"
|
||||||
|
- git remote add origin "git@gitlab.com:${CI_PROJECT_PATH}.git"
|
||||||
script:
|
script:
|
||||||
- git commit -m "Updated windows deps from CI" Pipfile.lock
|
- dos2unix Pipfile.lock
|
||||||
- git push
|
- git commit -m "Updated windows deps from CI" Pipfile.lock || echo "No changes"
|
||||||
|
- git push $HEAD:$CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
package_linux:
|
package_linux:
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
Reference in New Issue
Block a user