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

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

parent 2c600ce6
No related branches found
No related tags found
No related merge requests found
Pipeline #8686 failed
...@@ -38,10 +38,10 @@ stages: ...@@ -38,10 +38,10 @@ stages:
- git checkout devel - git checkout devel
- git pull - git pull
- git checkout $WOLF_CORE_BRANCH - git checkout $WOLF_CORE_BRANCH
- git pull
- else - 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 - cd wolf
- git checkout $WOLF_CORE_BRANCH
- fi - fi
- mkdir -pv build - mkdir -pv build
- cd build - cd build
...@@ -109,10 +109,10 @@ stages: ...@@ -109,10 +109,10 @@ stages:
- git checkout devel - git checkout devel
- git pull - git pull
- git checkout $WOLF_LASER_BRANCH - git checkout $WOLF_LASER_BRANCH
- git pull
- else - else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/laser.git - git clone -b $WOLF_LASER_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/laser.git
- cd laser - cd laser
- git checkout $WOLF_LASER_BRANCH
- fi - fi
- mkdir -pv build - mkdir -pv build
- cd 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