From ccb921febae3ec0950c73255b1e88ddd7b867e9e Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 23 Feb 2022 17:34:56 +0100 Subject: [PATCH] bazel: update doc --- bazel/docs/ci.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bazel/docs/ci.md b/bazel/docs/ci.md index 91ed84aeca..3364524c48 100644 --- a/bazel/docs/ci.md +++ b/bazel/docs/ci.md @@ -1,6 +1,7 @@ # CI: Makefile/Docker testing -To test the build on various distro, I'm using docker containers and a Makefile for orchestration. +To test the build on various distro, I'm using docker containers and a Makefile +for orchestration. pros: * You are independent of third party CI runner VM images (e.g. [github actions/virtual-environments](https://github.com/actions/virtual-environments)). @@ -32,6 +33,6 @@ make ubuntu_test ## Docker Layers -Dockerfile is splitted in several stages. +Dockerfile is split in several stages. ![docker](docker.svg)