From 720bca93027a0beef27eedc5b52219075028cd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 16 May 2022 12:34:32 +0200 Subject: [PATCH] CI: loading LASERSCANUTILS_BRANCH hotfix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f49ff0a5a..dfa904faf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,7 @@ stages: - if [ -d laser_scan_utils ]; then - echo "directory laser_scan_utils exists" - cd laser_scan_utils - - git checkout devel + - git checkout main - git pull - git checkout $LASERSCANUTILS_BRANCH - git pull -- GitLab