From c12816c585baf14581c46865e431886baff27192 Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Mon, 1 Apr 2024 12:00:47 -0600 Subject: [PATCH] test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18ab0b70..7736b0ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: