Remove goerli submodule update from Makefile (#2316)
as evident from nightly build, the script will fail.
This commit is contained in:
parent
41ea2c0c0a
commit
dd8095753a
1
Makefile
1
Makefile
|
@ -135,7 +135,6 @@ GIT_SUBMODULE_UPDATE := git -c submodule."vendor/nimbus-eth2".update=none submod
|
||||||
git submodule update --init vendor/eth2-networks; \
|
git submodule update --init vendor/eth2-networks; \
|
||||||
git submodule update --init vendor/holesky; \
|
git submodule update --init vendor/holesky; \
|
||||||
git submodule update --init vendor/sepolia; \
|
git submodule update --init vendor/sepolia; \
|
||||||
git submodule update --init vendor/goerli; \
|
|
||||||
git submodule update --init vendor/gnosis-chain-configs; \
|
git submodule update --init vendor/gnosis-chain-configs; \
|
||||||
git submodule update --init --recursive vendor/nim-kzg4844; \
|
git submodule update --init --recursive vendor/nim-kzg4844; \
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
Loading…
Reference in New Issue