diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index 32e86058581019a1718d9432dd35355418af287b..4c2af65a2d972dd703758b5f14edac001ad07e7f 100644 --- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml @@ -21,6 +21,7 @@ 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 @@ -78,8 +79,6 @@ industrial_ci_kinetic_deploy: clang_format: extends: .industrial_ci stage: precheck - 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 diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index 7e3265689f963ecf55f792f565d0d5b7c97e30bd..2a4a46474c3e1d098187729c60dedff34f93dba8 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -21,6 +21,7 @@ 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 @@ -80,8 +81,6 @@ industrial_ci_kinetic_deploy: clang_format: extends: .industrial_ci stage: precheck - 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