From be1d8c13a45428b23182573aa5417fac41de504d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Moreno=20i=20Caireta=2C=20I=C3=B1igo?=
 <inigo.moreno@tecnalia.com>
Date: Wed, 22 Sep 2021 16:06:41 +0200
Subject: [PATCH] Add ROS_REPO:main in .industrial_ci

---
 ci-templates/industrial-ci-templates.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml
index b1c5d84..e5e3eba 100644
--- a/ci-templates/industrial-ci-templates.yml
+++ b/ci-templates/industrial-ci-templates.yml
@@ -12,6 +12,7 @@
     PARALLEL_BUILDS: 2 # keep this for now, since there seems to be memory limit issues in the ci VM
     AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws"
     CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
+    ROS_REPO: main
 
 
 .industrial_ci_deploy:
-- 
GitLab