From eaffadf71249c3e227acfe59c66def789b90b447 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 20 Jul 2023 19:59:40 +0530 Subject: [PATCH] add a echo Signed-off-by: Sayan Chowdhury --- ci-automation/capi_image.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-automation/capi_image.sh b/ci-automation/capi_image.sh index 080bbe9316..2b905c858a 100644 --- a/ci-automation/capi_image.sh +++ b/ci-automation/capi_image.sh @@ -106,6 +106,9 @@ function _capi_image_build_impl() { for arch in amd64 do setup_capi_params + + echo "==== $K8S_VERSIONS" + for K8S_VERSION in $K8S_VERSIONS do touch sdk_container/.env # This file should already contain the required credentials as env vars