From 669f31c661aa4b86212c77cdbba2ea9527ad8dd4 Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada.sarasola@gmail.com>
Date: Thu, 1 Feb 2024 11:10:21 +0100
Subject: [PATCH] Stop using 'legacy' industrial_ci branch for clang-format
 check

---
 ci-templates/syntax-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-templates/syntax-check.yml b/ci-templates/syntax-check.yml
index ee11e3b..6b5e30b 100644
--- a/ci-templates/syntax-check.yml
+++ b/ci-templates/syntax-check.yml
@@ -11,7 +11,7 @@ clang_format:
       alias: docker
   before_script:
     - apk add --update bash coreutils tar wget
-    - git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
+    - git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/clang-format -O .clang-format
   script: .ci_config/gitlab.sh
   variables:
-- 
GitLab