From 0610d02419da8920abe781443d8b01532ba3dffd Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 23 Apr 2026 18:15:34 +0530 Subject: [PATCH] check the azure creds Signed-off-by: Sayan Chowdhury --- ci-automation/release.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci-automation/release.sh b/ci-automation/release.sh index 86c88dea0c..a4ea9cb06e 100644 --- a/ci-automation/release.sh +++ b/ci-automation/release.sh @@ -83,6 +83,11 @@ function _inside_mantle() { secret_to_file azure_profile_config_file "${AZURE_PROFILE}" azure_auth_config_file="" secret_to_file azure_auth_config_file "${AZURE_AUTH_CREDENTIALS}" + echo "DEBUG: AZURE_PROFILE content:" + cat "${azure_profile_config_file}" + echo "DEBUG: AZURE_AUTH_CREDENTIALS content:" + cat "${azure_auth_config_file}" + exit 0 aws_credentials_config_file="" secret_to_file aws_credentials_config_file "${AWS_CREDENTIALS}" aws_marketplace_credentials_file=""