mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
docker hub - fetch git tags before build #3781
This commit is contained in:
parent
477d04f669
commit
c52f000906
@ -2,3 +2,5 @@
|
||||
# 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 --recursive
|
||||
|
||||
git fetch --tags
|
||||
|
Loading…
Reference in New Issue
Block a user