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
3c96822c
Commit
3c96822c
authored
Apr 06, 2018
by
Guilhem Saurel
Browse files
typo
parent
e5691b81
Pipeline
#503
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
3c96822c
...
...
@@ -5,7 +5,7 @@ variables:
PROJECT
:
{{
project
}}
REGISTRY
:
{{
project.registry
}}
IMAGE
:
"
${REGISTRY}/${NAMESPACE}/${PROJECT}"
CCACHE_BASEDIR
:
"
$
$
{CI_PROJECT_DIR}"
CCACHE_BASEDIR
:
"
${CI_PROJECT_DIR}"
CCACHE_DIR
:
"
${CI_PROJECT_DIR}/ccache"
cache
:
...
...
@@ -33,12 +33,10 @@ cache:
robotpkg-{{ image }}
:
<<
:
*robotpkg-
{{
robotpkg
}}
image
:
${IMAGE}:{{ image.get_target_display }}
{
%
if projectsdocs and image.get_target_display == '16.04'%
}
artifacts
:
{
%
if project.docs and image.get_target_display == '16.04' %
}
artifacts
:
expire_in
:
1 day
paths
:
-
doc/doxygen-html/
{
%
endif %
}
{
%
endfor %
}
{
%
endfor %
}
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