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

Update .gitlab-ci.yml file

parent c0bf70b5
No related branches found
No related tags found
1 merge request!6Devel
......@@ -79,8 +79,7 @@ stages:
- if [ -d wolf ]; then
- echo "directory wolf exists"
- cd wolf
- git checkout devel
- git pull
- git fetch --all
- git checkout $WOLF_CORE_BRANCH
- git pull
- else
......@@ -98,8 +97,7 @@ stages:
- if [ -d imu ]; then
- echo "directory imu exists"
- cd imu
- git checkout devel
- git pull
- git fetch --all
- git checkout $WOLF_IMU_BRANCH
- git pull
- else
......
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