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

Update .gitlab-ci.yml file

parent 3b8fb14b
No related branches found
No related tags found
1 merge request!4Devel
Pipeline #14230 passed
......@@ -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 vision ]; then
- echo "directory vision exists"
- cd vision
- git checkout devel
- git pull
- git fetch --all
- git checkout $WOLF_VISION_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