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
3e03d2d2
Commit
3e03d2d2
authored
Jun 08, 2021
by
Guilhem Saurel
Browse files
typo
parent
03cb751c
Pipeline
#14883
failed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
3e03d2d2
...
...
@@ -966,7 +966,7 @@ class Image(models.Model):
'TARGET'
:
self
.
target
,
'ROBOTPKG'
:
self
.
robotpkg
,
'CATEGORY'
:
self
.
robotpkg
.
category
,
'REGISTRY'
:
settings
.
PUBLIC_REGISTRY
if
self
.
public
else
settings
.
PRIVATE_REGISTRY
'REGISTRY'
:
settings
.
PUBLIC_REGISTRY
if
self
.
public
else
settings
.
PRIVATE_REGISTRY
,
'CCACHE'
:
self
.
robotpkg
.
project
.
ccache
,
}
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