mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
|
#!/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
|