Skip to content
Snippets Groups Projects
Commit a030a765 authored by Clark Coleman's avatar Clark Coleman
Browse files

Update submodules in do-build.sh.

parent c3a128ba
No related branches found
No related tags found
1 merge request!17Stars CICD
Pipeline #2891 passed
...@@ -6,6 +6,10 @@ set -x ...@@ -6,6 +6,10 @@ set -x
main() main()
{ {
# update submodules
git submodule sync --recursive
git submodule update --recursive --init
# gather info for debugging later, probably not necessary # gather info for debugging later, probably not necessary
pwd pwd
hostname hostname
......
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