Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
adcec9c6
Commit
adcec9c6
authored
Jan 04, 2022
by
Bryan BRANCOTTE
Browse files
allow_failure for python RC
parent
42f3f5b7
Pipeline
#72585
passed with stage
in 39 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
adcec9c6
...
...
@@ -28,6 +28,7 @@ test37-django2:
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
testrc-django2
:
allow_failure
:
true
stage
:
test
image
:
python:rc
script
:
...
...
@@ -60,6 +61,7 @@ test37-django31:
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
testrc-django3
:
allow_failure
:
true
stage
:
test
image
:
python:rc
script
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment