Skip to content

Commit

Permalink
scripts/ci/ci.sh: Do not try to update eth2-cache submodule
Browse files Browse the repository at this point in the history
We forgot to remove that line along with the submodule itself when open-sourcing.
  • Loading branch information
weekday-grandine-io committed Apr 5, 2024
1 parent dbd9534 commit 0124ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export PATH="${CARGO_HOME:-$HOME/.cargo}/bin:$PATH"

git submodule update --init \
../../consensus-spec-tests \
../../eth2-cache \
../../eth2_libp2p \
../../grandine-snapshot-tests \
../../slashing-protection-interchange-tests
Expand Down

0 comments on commit 0124ad1

Please sign in to comment.