From ce1a5108df6192428acb78be3a981e3f1416c2c1 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 14 May 2024 10:35:43 +0200 Subject: [PATCH] Adding some minor changes to CI/CD documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index badb48d..1b637f2 100644 --- a/README.md +++ b/README.md @@ -303,8 +303,7 @@ validation_packages: **Note:** The filepath for this file in your ARC has to be ".arc/validation_packages.yml" When this file is present in your repository, the pipeline will be triggerd on each commit. -A job called "quality_report_generator" will be executed, which in turn will execute the trigger job "quality_report". This job will carry out one subprocess per specified validation package. - +A job called "quality_report_generator" will be executed, which in turn will execute the trigger job "quality_report". This job will carry out one subprocess per specified validation package. For each of these validation processes, a validation report in form of an XML file as well as the badge image will is created. They are stored in the "cqc" branch in the directory \/\@\. With \ being the branch in which the CI process was started. If there is no version specified in the "validation_packages.yml" file, then the "@\" part is omitted.