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

Update .gitlab-ci.yml file

parent 9b8faaff
No related branches found
No related tags found
1 merge request!8Devel
......@@ -82,6 +82,7 @@ stages:
- cd wolf
- git fetch --all
- git checkout $WOLF_CORE_BRANCH
- git pull
- else
- git clone -b $WOLF_CORE_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf
......@@ -100,6 +101,7 @@ stages:
- cd laser_scan_utils
- git fetch --all
- git checkout $LASERSCANUTILS_BRANCH
- git pull
- else
- git clone -b $LASERSCANUTILS_BRANCH https://gitlab.iri.upc.edu/labrobotica/algorithms/laser_scan_utils.git
- cd laser_scan_utils
......@@ -152,6 +154,7 @@ stages:
- cd laser
- git fetch --all
- git checkout $WOLF_LASER_BRANCH
- git pull
- else
- git clone -b $WOLF_LASER_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/laser.git
- cd laser
......
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