Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
e716086a
Commit
e716086a
authored
Mar 21, 2019
by
Guilhem Saurel
Browse files
typo
parent
db8c0e37
Pipeline
#3780
failed with stage
in 50 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
e716086a
...
...
@@ -4,8 +4,10 @@ import re
import
time
from
subprocess
import
check_output
import
git
import
requests
import
git
from
autoslug
import
AutoSlugField
from
django.conf
import
settings
from
django.core.mail
import
mail_admins
from
django.db
import
models
...
...
@@ -16,8 +18,6 @@ from django.template.loader import get_template
from
django.utils
import
timezone
from
django.utils.dateparse
import
parse_datetime
from
django.utils.safestring
import
mark_safe
from
autoslug
import
AutoSlugField
from
ndh.models
import
Links
,
NamedModel
,
TimeStampedModel
from
ndh.utils
import
enum_to_choices
,
query_sum
...
...
rainboard/templates/rainboard/gitlab-ci.yml
View file @
e716086a
...
...
@@ -51,7 +51,7 @@ cache:
-
coverage/
{
%
endif %
}
format
:
{
%
if project.allow_format_failure %
}
allow_failure
:
true
{
$
endif %
}
image
:
eur0c.laas.fr:5000/gepetto/buildfarm/format
{
%
endif %
}
image
:
eur0c.laas.fr:5000/gepetto/buildfarm/format
script
:
-
isort -c
-
flake8 .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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