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 a63a431 commit 505af9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.46.1
resource_class: xlarge
steps:
- checkout:
- checkout
- run:
name: "Fetch submodules for asterisc"
command: git submodule update --init --recursive
- 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 505af9c

Please sign in to comment.