Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gnss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
gnss
Commits
d4e00f19
Commit
d4e00f19
authored
2 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
c2636d1e
No related branches found
No related tags found
1 merge request
!40
Devel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
4
View file @
d4e00f19
...
...
@@ -73,8 +73,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
...
...
@@ -92,10 +91,10 @@ stages:
-
if [ -d gnss_utils ]; then
-
echo "directory gnss_utils exists"
-
cd gnss_utils
-
git checkout main
-
git pull
-
git fetch --all
-
git checkout ${GNSSUTILS_BRANCH}
-
git pull
-
git submodule update
-
else
-
git clone -b ${GNSSUTILS_BRANCH} ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/gauss_project/gnss_utils.git
-
cd gnss_utils
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment