From 79e8702eb7be62631396b28989a51df4a6ef134f Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Wed, 8 Nov 2023 15:49:15 +0530 Subject: [PATCH] Test FLATCAR_CHANNEL and FLATCAR_VERSION 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 7f904fbc4c..7a5348eb18 100644 --- a/ci-automation/capi_image.sh +++ b/ci-automation/capi_image.sh @@ -29,6 +29,9 @@ function _inside_capi_image_publish() { FLATCAR_CHANNEL="$(get_git_channel)" FLATCAR_VERSION="${FLATCAR_VERSION}" + FLATCAR_CHANNEL="stable" + FLATCAR_VERSION="3602.2.1" + azure_profile_config_file="" secret_to_file azure_profile_config_file "${AZURE_PROFILE}" azure_auth_config_file=""