mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
init recursive git submodules on dockerhub
This commit is contained in:
parent
ecb10e8548
commit
9fba783c98
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Docker hub does a recursive clone, then checks the branch out,
|
||||
# so when a PR adds a submodule (or updates it), it fails.
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user