Skip to content
Snippets Groups Projects
Commit 212b79ea authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Add job CI to do autobumps

parent 1c04f403
No related branches found
No related tags found
1 merge request!15Add job CI to do autobumps
Pipeline #103878 passed
stages:
- test
- build
- release
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -42,3 +43,13 @@ tests:
script:
- tox
bump-python-deps:
stage: release
image: registry.gitlab.com/teklia/devops:latest
only:
- schedules
script:
- devops python-deps requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment