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
16260efa
Commit
16260efa
authored
Mar 22, 2019
by
Guilhem Saurel
Browse files
rename linters image
parent
1b47ee47
Pipeline
#3797
passed with stage
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16260efa
...
...
@@ -6,7 +6,7 @@ variables:
DOCKER_TAG
:
"
${REGISTRY}/${CI_PROJECT_PATH}:${CI_COMMIT_REF_NAME}"
format
:
image
:
eur0c.laas.fr:5000/gepetto/buildfarm/format
image
:
gepetto/linters
script
:
-
flake8 .
-
yapf -dr .
...
...
rainboard/templates/rainboard/gitlab-ci.yml
View file @
16260efa
...
...
@@ -52,7 +52,7 @@ cache:
{
%
endif %
}
format
:
{
%
if project.allow_format_failure %
}
allow_failure
:
true
{
%
endif %
}
image
:
eur0c.laas.fr:5000/gepetto/buildfarm/format
{
%
endif %
}
image
:
gepetto/linters
script
:
-
check-clang-format.sh
-
flake8 .
...
...
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