Skip to content
Snippets Groups Projects
Commit 2c600ce6 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] Update .gitlab-ci.yml file

parent ec47a349
No related branches found
No related tags found
No related merge requests found
Pipeline #8566 skipped
......@@ -148,7 +148,7 @@ stages:
- 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
- echo "=============\rROSLAUNCH FINISHED WITHOUT ANY PROBLEM!\r=================";
- echo "============= ROSLAUNCH FINISHED WITHOUT ANY PROBLEM! =================";
- else
- exit 1
- fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment