Skip to content
Snippets Groups Projects
Commit 67adcb00 authored by Tzach Livyatan's avatar Tzach Livyatan Committed by Pekka Enberg
Browse files

Use git submodule update --init --recursive


In a case of nested submodules, like swagger-ui inside mgmt inside osv,
only the --recursive update all the submodules, all the way down.

Signed-off-by: default avatarTzach Livyatan <tzach@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent dd61c5da
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ the first version to fully comply with the C++11 standard. ...@@ -48,7 +48,7 @@ the first version to fully comply with the C++11 standard.
Make sure all git submodules are up-to-date: Make sure all git submodules are up-to-date:
``` ```
git submodule update --init git submodule update --init --recursive
``` ```
Finally, build everything at once: Finally, build everything at once:
......
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