Skip to content
Snippets Groups Projects
Commit 01e809d7 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

made submodule handling more rebust

parent cb877cbb
No related branches found
No related tags found
No related merge requests found
Pipeline #2197 failed
...@@ -4,6 +4,7 @@ set -x ...@@ -4,6 +4,7 @@ set -x
# update submodules # update submodules
git submodule foreach --recursive git reset --hard
git submodule sync --recursive git submodule sync --recursive
git submodule update --recursive --init git submodule update --recursive --init
# gather info for debugging later, probably not necessary # gather info for debugging later, probably not necessary
......
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