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 80c31a2 commit aab2fad
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 @@ -13,9 +13,10 @@ 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: ./rvsol/lib/optimism
path: ~/asterisc/rvsol/lib/optimism
- 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 aab2fad

Please sign in to comment.