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 aab2fad commit 1539118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
# TODO(pcw109550) temp hardcode
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.46.1
resource_class: xlarge
working_directory: ~/asterisc/rvsol/lib/optimism
steps:
- checkout:
path: ~/asterisc/rvsol/lib/optimism
- 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 1539118

Please sign in to comment.