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 c34c123 commit c12816c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- checkout
- run:
name: "Fetch submodules for asterisc"
# TODO(pcw109550) Do not recursive
# TODO(pcw109550) Do not recursive update. do we need this?
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)
working_directory: rvsol/lib/optimism
- run:
name: git submodules
name: git submodules for monorepo
command: make submodules
working_directory: rvsol/lib/optimism
- restore_cache:
Expand Down

0 comments on commit c12816c

Please sign in to comment.