From 9010e4b874864512673c1dbf4a52833ac2f424cb Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 11 Jun 2024 14:23:53 +0200 Subject: [PATCH] :doctor: Fix typo in CD pipeline bitnami and vmware json file were copied to the bucket using the same file as reference. Signed-off-by: Fran Mulero --- .github/workflows/cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index dd4dd9437e..58a8d23acd 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -268,7 +268,7 @@ jobs: --argjson image_list "${image_list}" "${json_template}" | jq '.properties += {"alias_platform_from": "bitnami-chart-debian-x64"}' > "${file_prefix}-vmware-chart-debian-x64.json" # Upload files to the release bucket. aws s3 cp "${file_prefix}-bitnami-chart-debian-x64.json" "s3://${AWS_PROMOTION_BUCKET}/releases/${release_date}/${file_prefix}-bitnami-chart-debian-x64.json" - aws s3 cp "${file_prefix}-bitnami-chart-debian-x64.json" "s3://${AWS_PROMOTION_BUCKET}/releases/${release_date}/${file_prefix}-vmware-chart-debian-x64.json" + aws s3 cp "${file_prefix}-vmware-chart-debian-x64.json" "s3://${AWS_PROMOTION_BUCKET}/releases/${release_date}/${file_prefix}-vmware-chart-debian-x64.json" # If the CD Pipeline does not succeed we should notify the interested agents slack-notif: