Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
f227fba9
Commit
f227fba9
authored
4 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Add python deps update CI task
parent
eb44268e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
0 deletions
.gitlab-ci.yml
+
16
−
0
View file @
f227fba9
...
...
@@ -27,9 +27,12 @@ include:
# Those jobs require the base image; they might fail if the image is not up to date.
# Allow them to fail when building a new base image, to prevent them from blocking a new base image build
# Never run those jobs on scheduled pipelines
rules
:
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
=~
/^base-.*/'
allow_failure
:
true
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
never
-
when
:
on_success
variables
:
...
...
@@ -60,6 +63,9 @@ backend-lint:
image
:
python:3
stage
:
test
except
:
-
schedules
cache
:
paths
:
-
.cache/pip
...
...
@@ -237,3 +243,13 @@ release-notes:
script
:
-
devops release-notes
bump-python-deps
:
stage
:
deploy
image
:
registry.gitlab.com/teklia/devops:latest
only
:
-
schedules
script
:
-
devops python-deps requirements.txt base/requirements.txt
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment