From 13cbbab85de29ef566c36650d5f6c992cfea503c Mon Sep 17 00:00:00 2001 From: Jonas Brand Date: Mon, 8 Jan 2024 11:23:03 +0100 Subject: [PATCH] Remove `snapshot_ctx_repository` attr from pipeline definition 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. --- .ci/pipeline_definitions | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index 06f2dea7f07b..4a508dec5634 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -32,7 +32,7 @@ autoscaler: head-update: traits: component_descriptor: - snapshot_ctx_repository: gardener-public + ocm_repository: gardener-public draft_release: ~ pull-request: traits: @@ -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: ~