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

Update .gitlab-ci.yml file

parent 2f9aabe3
No related branches found
No related tags found
1 merge request!4Devel
......@@ -80,8 +80,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
......@@ -99,8 +98,7 @@ stages:
- if [ -d gnss_utils ]; then
- echo "directory gnss_utils exists"
- cd gnss_utils
- git checkout devel
- git pull
- git fetch --all
- git checkout $GNSSUTILS_BRANCH
- git pull
- else
......@@ -119,8 +117,7 @@ stages:
- if [ -d gnss ]; then
- echo "directory gnss exists"
- cd gnss
- git checkout devel
- git pull
- git fetch --all
- git checkout $WOLF_GNSS_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