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 5f0003e commit 11dcdcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
command: git submodule update --init
- run:
name: "Check L1 geth version"
command: ls -al && pwd && ./ops/scripts/geth-version-checker.sh || (echo "geth version is wrong, update ci-builder"; false)
command: ./ops/scripts/geth-version-checker.sh || (echo "geth version is wrong, update ci-builder"; false)
working_directory: rvsol/lib/optimism
- run:
name: git submodules for monorepo
Expand All @@ -32,7 +32,6 @@ jobs:
keys:
# TODO(pcw109550) fix hardcoded path
- pnpm-packages-v2-{{ checksum "rvsol/lib/optimism/pnpm-lock.yaml" }}
working_directory: rvsol/lib/optimism
- restore_cache:
name: Restore Go modules cache
# TODO(pcw109550) fix hardcoded path
Expand Down

0 comments on commit 11dcdcf

Please sign in to comment.