From 34b37e0ad43a498f494879a8a157fbf275d0d38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 2 May 2022 10:10:30 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b01b71..c7edde3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,7 +144,7 @@ stages: - cd ../.. - catkin_make - roscd wolf_demo_laser2d/bag - - wget https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_ros/demos/demo_rosbags/-/raw/master/laser2d/advanced.bag + - wget https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_ros/demos/demo_rosbags/-/raw/main/laser2d/advanced.bag - roslaunch wolf_demo_laser2d demo_laser2d.launch rviz:=false bag:=advanced 2> roslaunch_error_messages.log - cat roslaunch_error_messages.log - if [[ "$(cat roslaunch_error_messages.log)" == *"process has finished cleanly"* ]]; then -- GitLab