Skip to content
Snippets Groups Projects
Unverified Commit eb500fa9 authored by boklm's avatar boklm
Browse files

Bug 28466: fix issue with git submodule URL changes

We replace a call to:
  git submodule update --init
with calls to:
  git submodule init
  git submodule sync
  git submodule update

The call to `git submodule sync` is solving the issue that could occur
when a submodule URL is changing.
parent 8adbc46d
No related merge requests found
Loading
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