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

CI: using variable WOLF_CORE_BRANCH

parent 5fa29c2e
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
...@@ -25,9 +25,11 @@ ...@@ -25,9 +25,11 @@
- echo "directory wolf exists" - echo "directory wolf exists"
- cd wolf - cd wolf
- git pull - git pull
- git checkout $WOLF_CORE_BRANCH
- else - else
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git - git clone 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
......
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