[ci] Add job to update windows deps #17

This commit is contained in:
Fabian 2022-09-30 20:20:25 +02:00
parent 5f6a67c2b2
commit 74e58ef9d1

View File

@ -40,12 +40,12 @@ update_windows_deps:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_BRANCH == "main"
when: always
- changes:
- Pipfile
- Pipfile.lock
when: always
- if: $CI_COMMIT_BRANCH == "main"
when: always
before_script:
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install python --version=$PYTHON_VERSION -y --no-progress
@ -72,7 +72,7 @@ commit_windows_deps:
- git remote rm origin && git remote add origin "git@gitlab.com:${CI_PROJECT_PATH}.git"
script:
- dos2unix Pipfile.lock
- git commit -m "Updated windows deps from CI" Pipfile.lock
- git commit -m "Updated windows deps from CI" Pipfile.lock || echo "No changes"
- git push HEAD:$CI_COMMIT_REF_NAME
package_linux: