Commit e3622804 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8137 from ethereum-optimism/fix/makefile-submodules

monorepo: submodules makefile
parents 23ba7576 5252c82f
......@@ -40,11 +40,7 @@ golang-docker:
.PHONY: golang-docker
submodules:
# CI will checkout submodules on its own (and fails on these commands)
if [ -z "$$GITHUB_ENV" ]; then \
git submodule init; \
git submodule update --recursive; \
fi
git submodule update --init --recursive
.PHONY: submodules
op-bindings:
......
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