Skip to content

Commit ce1a510

Browse files
committedMay 14, 2024
Adding some minor changes to CI/CD documentation
1 parent 8a32e19 commit ce1a510

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ validation_packages:
303303
**Note:** The filepath for this file in your ARC has to be ".arc/validation_packages.yml"
304304

305305
When this file is present in your repository, the pipeline will be triggerd on each commit.
306-
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.
307-
306+
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 \<branch\>/\<package\>@\<version\>. With \<branch\> being the branch in which the CI process was started. If there is no version specified in the "validation_packages.yml" file, then the "@\<version\>" part is omitted.
308307

309308

310309

0 commit comments

Comments
 (0)