good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cb70e331 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

use git submodule sync --recursive because submodule url changed (#4243)

parent 187e0a5a
No related branches found
No related tags found
No related merge requests found
...@@ -148,4 +148,5 @@ git-submodules: ...@@ -148,4 +148,5 @@ git-submodules:
@[ -d ".git" ] || (echo "Not a git repository" && exit 1) @[ -d ".git" ] || (echo "Not a git repository" && exit 1)
@echo "Updating git submodules" @echo "Updating git submodules"
@# Dockerhub using ./hooks/post-checkout to set submodules, so this line will fail on Dockerhub @# Dockerhub using ./hooks/post-checkout to set submodules, so this line will fail on Dockerhub
@git submodule sync --recursive
@git submodule update --quiet --init --recursive --force || true @git submodule update --quiet --init --recursive --force || true
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