Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
4d372dab
Commit
4d372dab
authored
May 06, 2021
by
Jon Azpiazu
Browse files
Remove the precheck stage
parent
16f2fb66
Pipeline
#47900
failed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
4d372dab
...
...
@@ -9,7 +9,6 @@ services:
alias
:
docker
stages
:
-
precheck
-
build
-
postcheck
...
...
@@ -99,7 +98,7 @@ clang_format:
python_syntax
:
before_script
:
-
apk add --update python2
stage
:
precheck
stage
:
build
script
:
python -m compileall -q .
when
:
always
tags
:
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
4d372dab
...
...
@@ -9,7 +9,6 @@ services:
alias
:
docker
stages
:
-
precheck
-
build
-
postcheck
...
...
@@ -101,7 +100,7 @@ clang_format:
python_syntax
:
before_script
:
-
apk add --update python2
stage
:
precheck
stage
:
build
script
:
python -m compileall -q .
when
:
always
tags
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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