diff --git a/docs/wiki/The CI environment - Pipeline design.md b/docs/wiki/The CI environment - Pipeline design.md index 6c6222b36b..2be5c47aea 100644 --- a/docs/wiki/The CI environment - Pipeline design.md +++ b/docs/wiki/The CI environment - Pipeline design.md @@ -99,7 +99,7 @@ Each module pipeline comes with the following runtime parameters (which are iden > **Note:** This switch cannot be used to bypass the publishing requirements, where both static tests & deployment validation jobs must be successful. - `'Execute deployment validation'` switch: Can be enabled or disabled. It controls whether the deployment validation jobs are executed during the pipeline run. - `'Remove deployed module'` switch: Can be enabled or disabled. It controls whether the test-deployed resources are removed after the deployment validation jobs. It is enabled by default. - > **Note:** This switch cannot be used to bypass the publishing requirements that both the static & deployment validation must be successful. + > **Note:** This switch cannot be used to bypass the publishing requirements, where both the static tests & deployment validation jobs must be successful. - `'Publish prerelease module'` switch: Can be enabled or disabled and allows publishing a prerelease version for the corresponding module when running the pipeline from a branch different than `main|master`. It is disabled by default. For further information of how the input is processed refer to the [Publishing](./The%20CI%20environment%20-%20Publishing) dedicated page. Module Pipeline Input