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

Update .gitlab-ci.yml file

parent ce19d6a5
No related branches found
No related tags found
1 merge request!16Devel
...@@ -90,10 +90,8 @@ stages: ...@@ -90,10 +90,8 @@ stages:
- if [ -d wolf ]; then - if [ -d wolf ]; then
- echo "directory wolf exists" - echo "directory wolf exists"
- cd wolf - cd wolf
- git checkout devel - git fetch --all
- git pull
- git checkout $WOLF_CORE_BRANCH - git checkout $WOLF_CORE_BRANCH
- git pull
- else - else
- git clone -b $WOLF_CORE_BRANCH 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
......
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