Remove goerli submodule update from Makefile (#2316)

as evident from nightly build, the script  will fail.
This commit is contained in:
andri lim 2024-06-07 15:23:55 +07:00 committed by GitHub
parent 41ea2c0c0a
commit dd8095753a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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/holesky; \
git submodule update --init vendor/sepolia; \
git submodule update --init vendor/goerli; \
git submodule update --init vendor/gnosis-chain-configs; \
git submodule update --init --recursive vendor/nim-kzg4844; \
cd ../..