From 1221384cf78bb1f8872c045cefabadf8ac90845d Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Thu, 13 Jun 2024 20:03:36 +0200 Subject: [PATCH] fix build tools --- src/02_product-documentation/quality-measures/build-tools.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/02_product-documentation/quality-measures/build-tools.tex b/src/02_product-documentation/quality-measures/build-tools.tex index f5a9a46..d2f1a7e 100644 --- a/src/02_product-documentation/quality-measures/build-tools.tex +++ b/src/02_product-documentation/quality-measures/build-tools.tex @@ -1,10 +1,8 @@ \section{Build Tools} - \subsection{SmartEating Project} + \subsection{Smart Eating Project} Each push to the repository executes a CI pipeline, which in turn builds docker images for all project components. These docker images are then published to the Gitlab internal registry. - The unit tests are also automatically executed in this pipeline. - \subsection{Documentation} Each push to the documentation repository triggers a build of the documentation. As many diagrams are diagrams-as-code, these diagrams are built first and then consumed when building the documentation. -- GitLab