Skip to content

Add CI_PROJECT_NAME environment variable

Erick Banks requested to merge egb-add-env into master

Added a passthrough assignment of variable CI_PROJECT_NAME for use in containers so that during CI runs we can use that varible in test execution code. This is used, for example, to constrain tests to run only in specific pipelines.

Merge request reports