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
9dd92961
Commit
9dd92961
authored
Aug 06, 2020
by
Guilhem Saurel
Browse files
add ccache to docker args
parent
f8f1a08a
Pipeline
#10579
passed with stage
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
9dd92961
...
@@ -916,6 +916,7 @@ class Image(models.Model):
...
@@ -916,6 +916,7 @@ class Image(models.Model):
'ROBOTPKG'
:
self
.
robotpkg
,
'ROBOTPKG'
:
self
.
robotpkg
,
'CATEGORY'
:
self
.
robotpkg
.
category
,
'CATEGORY'
:
self
.
robotpkg
.
category
,
'REGISTRY'
:
self
.
robotpkg
.
project
.
registry
(),
'REGISTRY'
:
self
.
robotpkg
.
project
.
registry
(),
'CCACHE'
:
self
.
robotpkg
.
project
.
ccache
,
}
}
if
not
self
.
robotpkg
.
project
.
public
:
if
not
self
.
robotpkg
.
project
.
public
:
ret
[
'IMAGE'
]
=
'robotpkg-jrl-py3'
if
self
.
py3
else
'robotpkg-jrl'
ret
[
'IMAGE'
]
=
'robotpkg-jrl-py3'
if
self
.
py3
else
'robotpkg-jrl'
...
...
Write
Preview
Supports
Markdown
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