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
87408e87
Commit
87408e87
authored
Apr 13, 2018
by
Guilhem Saurel
Browse files
gitlab-ci.yml: move except st. it’s not alone
parent
cb9ad6a0
Pipeline
#576
passed with stages
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
87408e87
...
...
@@ -17,6 +17,8 @@ cache:
variables
:
ROBOTPKG
:
{{
robotpkg
}}
CATEGORY
:
{{
robotpkg.category
}}
except
:
-
gh-pages
before_script
:
-
mkdir -p ccache
script
:
...
...
@@ -28,8 +30,6 @@ cache:
{
%
if project.tests %
}
- make check{% endif %}
{
%
if project.docs %
}
- make doc
-
mv doc/doxygen-html ${CI_PROJECT_DIR}{% endif %}
except
:
-
gh-pages
{
%
for image in robotpkg.valid_images %
}
robotpkg-{{ image }}
:
...
...
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