Commit bc190b15 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6603 from ethereum-optimism/refcell/ci-builder-target

chore: ci-builder Makefile target
parents 362c1882 6fc6c04c
...@@ -16,6 +16,9 @@ build-ts: submodules ...@@ -16,6 +16,9 @@ build-ts: submodules
pnpm build pnpm build
.PHONY: build-ts .PHONY: build-ts
ci-builder:
docker build -t ci-builder -f ops/docker/ci-builder/Dockerfile .
submodules: submodules:
# CI will checkout submodules on its own (and fails on these commands) # CI will checkout submodules on its own (and fails on these commands)
if [ -z "$$GITHUB_ENV" ]; then \ if [ -z "$$GITHUB_ENV" ]; then \
......
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