Commit c115e508 authored by Juan C's avatar Juan C Committed by GitHub

Remove `Checkout submodules` in favor of `forge build`

`git submodule sync` and `git submodule update --init --recursive` should be subsumed by `forge build`, which is run when the execution script is triggered. Hence the removal of this step
Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
parent 5565e479
...@@ -1277,11 +1277,6 @@ jobs: ...@@ -1277,11 +1277,6 @@ jobs:
- checkout - checkout
- check-changed: - check-changed:
patterns: contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol patterns: contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
- run:
name: Checkout submodules
command: |
git submodule sync
git submodule update --init --recursive
- run: - run:
name: "Start Docker Container" name: "Start Docker Container"
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment