Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Prada Sarasola, Miguel
templates
Commits
71722772
Commit
71722772
authored
Dec 02, 2019
by
Prada Sarasola, Miguel
Browse files
Only clone clang-format config file in relevant job
parent
e487ed27
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
71722772
...
...
@@ -21,7 +21,6 @@ before_script:
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
...
...
@@ -79,6 +78,8 @@ industrial_ci_kinetic_deploy:
clang_format
:
extends
:
.industrial_ci
stage
:
postcheck
before_script
:
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
variables
:
ROS_DISTRO
:
kinetic
CLANG_FORMAT_CHECK
:
file
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
71722772
...
...
@@ -21,7 +21,6 @@ before_script:
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
...
...
@@ -81,6 +80,8 @@ industrial_ci_kinetic_deploy:
clang_format
:
extends
:
.industrial_ci
stage
:
postcheck
before_script
:
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/13-add-clang-format-to-the-ci-tests/clang-format -O .clang-format
variables
:
ROS_DISTRO
:
kinetic
CLANG_FORMAT_CHECK
:
file
...
...
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