This attribute will be removed with a future release of cc-utils. Hence, it must be removed from the pipeline definition as well. However, this will have no impact on the current functionality as the ocm_repository will be used as default for both "snapshot" and "non-snapshot" component descriptors.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
The second occurrence of snapshot_ctx_repository is just removed and not replaced in this case, because the respective job has a release trait and thus the snapshot_ctx_repository was never used anyway.
This attribute will be removed with a future release of cc-utils. Hence, it must be removed from the pipeline definition as well. However, this will have no impact on the current functionality as the
ocm_repository
will be used as default for both "snapshot" and "non-snapshot" component descriptors.What this PR does / why we need it:
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer: The second occurrence of
snapshot_ctx_repository
is just removed and not replaced in this case, because the respective job has a release trait and thus thesnapshot_ctx_repository
was never used anyway.Release note: