mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 20:11:21 +00:00
use git submodule sync --recursive because submodule url changed (#4243)
This commit is contained in:
parent
187e0a5af9
commit
cb70e3315b
1
Makefile
1
Makefile
@ -148,4 +148,5 @@ git-submodules:
|
||||
@[ -d ".git" ] || (echo "Not a git repository" && exit 1)
|
||||
@echo "Updating git submodules"
|
||||
@# 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
|
||||
|
Loading…
Reference in New Issue
Block a user