Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Apr 1, 2024
1 parent 505af9c commit bf186ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- checkout
- run:
name: "Fetch submodules for asterisc"
command: git submodule update --init --recursive
# TODO(pcw109550) Do not recursive
command: git submodule update --init
- run:
name: "Check L1 geth version"
command: ./ops/scripts/geth-version-checker.sh || (echo "geth version is wrong, update ci-builder"; false)
Expand Down

0 comments on commit bf186ce

Please sign in to comment.