Skip to content

Commit

Permalink
Update .gitlab-ci.yml to use different submodule repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
sensor-freak committed Jul 3, 2020
1 parent f07072d commit 47e0afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ build:
- windows-docker

script:
# Modify .gitmodules since some submodule repositories have different name locally
- git config --file .gitmodules submodule.Diagramm.url ../Diagramm.git
- git config --file .gitmodules submodule.gps.url ../gps.git
- git config --file .gitmodules submodule.GML-Toolbox.url ../GML-Toolbox-OpenSource.git

- git config --system core.longpaths true
- git submodule sync --recursive
- git submodule update --init --recursive -f
Expand Down

0 comments on commit 47e0afb

Please sign in to comment.