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
06625e50
Commit
06625e50
authored
Jul 13, 2018
by
Guilhem Saurel
Browse files
gitlab-ci.yml: name_ordered
parent
ccca02ed
Pipeline
#957
passed with stages
in 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
06625e50
...
...
@@ -635,7 +635,7 @@ class Robotpkg(NamedModel):
self
.
save
()
def
valid_images
(
self
):
return
self
.
image_set
.
filter
(
created__isnull
=
False
,
target__active
=
True
)
return
self
.
image_set
.
filter
(
created__isnull
=
False
,
target__active
=
True
)
.
name_ordered
()
# class RobotpkgBuild(TimeStampedModel):
...
...
rainboard/templates/rainboard/gitlab-ci.yml
View file @
06625e50
...
...
@@ -8,7 +8,7 @@ cache:
paths
:
-
ccache
{
%
for robotpkg in project.robotpkg_set.
all
%
}
.robotpkg-{{ robotpkg }}
:
&robotpkg-
{{
robotpkg
}}
{
%
for robotpkg in project.robotpkg_set.
name_ordered
%
}
.robotpkg-{{ robotpkg }}
:
&robotpkg-
{{
robotpkg
}}
except
:
-
gh-pages
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