From 1825c117904f0fdf7163c512cdebe2608133e306 Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Thu, 27 Apr 2023 12:06:34 +0200 Subject: [PATCH] docs: remove second build documentation --- dev-docs/workflows/build-test-run.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-docs/workflows/build-test-run.md b/dev-docs/workflows/build-test-run.md index 151d0fed2..5613c7b25 100644 --- a/dev-docs/workflows/build-test-run.md +++ b/dev-docs/workflows/build-test-run.md @@ -32,10 +32,6 @@ cd build # After the first run, set the pushed imaged to public. bazel run //:devbuild --container_prefix=ghcr.io/USERNAME/constellation ./constellation ... -# modify code -# rerun to ensure that all binaries are up to date -bazel run //:devbuild -./constellation ... ``` Overwrite the default container_prefix in the `.bazeloverwriterc` in the root of the workspace: