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
caf037ed
Commit
caf037ed
authored
May 15, 2018
by
Guilhem Saurel
Browse files
fix get_target_display in gitlab-ci.yml
parent
7bc1f0a3
Pipeline
#696
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
caf037ed
...
...
@@ -34,8 +34,8 @@ cache:
{
%
for image in robotpkg.valid_images %
}
robotpkg-{{ image }}
:
<<
:
*robotpkg-
{{
robotpkg
}}
image
:
${IMAGE}:{{ image.
get_
target
_display
}}
{
%
if project.docs and image.
get_
target
_display
== '16.04' %
}
artifacts
:
image
:
${IMAGE}:{{ image.target }}
{
%
if project.docs and image.target == '16.04' %
}
artifacts
:
expire_in
:
1 day
paths
:
-
doxygen-html/
...
...
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