Skip to content
GitLab
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
38e4af38
Commit
38e4af38
authored
Apr 28, 2019
by
Guilhem Saurel
Browse files
typo
parent
c703409f
Pipeline
#4409
failed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
38e4af38
...
...
@@ -4,6 +4,8 @@ import re
import
time
from
subprocess
import
check_output
import
git
import
requests
from
django.conf
import
settings
from
django.core.mail
import
mail_admins
from
django.db
import
models
...
...
@@ -15,9 +17,6 @@ from django.utils import timezone
from
django.utils.dateparse
import
parse_datetime
from
django.utils.safestring
import
mark_safe
import
requests
import
git
from
autoslug
import
AutoSlugField
from
ndh.models
import
Links
,
NamedModel
,
TimeStampedModel
from
ndh.utils
import
enum_to_choices
,
query_sum
...
...
@@ -814,7 +813,7 @@ class Image(models.Model):
ret
=
{
'TARGET'
:
self
.
target
,
'ROBOTPKG'
:
self
.
robotpkg
,
'CATEGORY'
:
self
.
robotpkg
.
category
'CATEGORY'
:
self
.
robotpkg
.
category
,
'REGISTRY'
:
self
.
robotpkg
.
project
.
registry
(),
}
if
not
self
.
robotpkg
.
project
.
public
:
...
...
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