Skip to content

Commit

Permalink
Remove snapshot_ctx_repository attr from pipeline definition
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
8R0WNI3 committed Jan 8, 2024
1 parent 25d32b6 commit 13cbbab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ autoscaler:
head-update:
traits:
component_descriptor:
snapshot_ctx_repository: gardener-public
ocm_repository: gardener-public
draft_release: ~
pull-request:
traits:
Expand All @@ -49,5 +49,4 @@ autoscaler:
internal_scp_workspace:
channel_name: 'C0170QTBJUW' # gardener-mcm
slack_cfg_name: 'scp_workspace'
component_descriptor:
snapshot_ctx_repository: gardener-public
component_descriptor: ~

0 comments on commit 13cbbab

Please sign in to comment.