Commit 8d771615 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ops-bedrock: less logging with `make devnet-up` (#2988)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 6e3449ba
...@@ -79,7 +79,7 @@ fi ...@@ -79,7 +79,7 @@ fi
( (
cd ops-bedrock cd ops-bedrock
echo "Bringing up L1..." echo "Bringing up L1..."
DOCKER_BUILDKIT=1 docker-compose build DOCKER_BUILDKIT=1 docker-compose build --progress plain
docker-compose up -d l1 docker-compose up -d l1
wait_up $L1_URL wait_up $L1_URL
) )
......
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