Skip to content

Commit

Permalink
Remove goerli submodule update from Makefile (#2316)
Browse files Browse the repository at this point in the history
as evident from nightly build, the script  will fail.
  • Loading branch information
jangko committed Jun 7, 2024
1 parent 41ea2c0 commit dd80957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../..
Expand Down

0 comments on commit dd80957

Please sign in to comment.