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

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

parent 4bb2f040
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ stages:
- git checkout devel
- git pull
- git checkout $WOLF_CORE_BRANCH
- git pull
- else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- git clone -b $WOLF_CORE_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- cd wolf
- git checkout $WOLF_CORE_BRANCH
- fi
- mkdir -pv build
- cd build
......@@ -77,10 +77,10 @@ stages:
- git checkout devel
- git pull
- git checkout $WOLF_GNSS_BRANCH
- git pull
- else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/gnss.git
- git clone -b $WOLF_GNSS_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/gnss.git
- cd gnss
- git checkout $WOLF_GNSS_BRANCH
- fi
- mkdir -pv build
- cd build
......@@ -97,10 +97,10 @@ stages:
- git checkout devel
- git pull
- git checkout $WOLF_IMU_BRANCH
- git pull
- else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/imu.git
- git clone -b $WOLF_IMU_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/imu.git
- cd imu
- git checkout $WOLF_IMU_BRANCH
- fi
- mkdir -pv build
- cd build
......
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