Skip to content

Commit 6bdbe09

Browse files
committed
fixing
1 parent 2aba005 commit 6bdbe09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-operator/step-registry/aro-classic/test/persistent/aro-classic-test-persistent-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
if [[ "${E2E_TYPE}" == "miwi" ]]; then
2525
export USE_WI="true"
26-
export PLATFORM_WORKLOAD_IDENTITY_ROLE_SET; PLATFORM_WORKLOAD_IDENTITY_ROLE_SET=$(az rest --method GET --uri "/subscriptions/${AZURE_SUBSCRIPTION_ID}/providers/Microsoft.redhatopenshift/locations/${LOCATION}/platformworkloadidentityrolesets?api-version=2025-07-25" --query "value[*].properties")
26+
export PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS; PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS=$(az rest --method GET --uri "/subscriptions/${AZURE_SUBSCRIPTION_ID}/providers/Microsoft.redhatopenshift/locations/${LOCATION}/platformworkloadidentityrolesets?api-version=2025-07-25" --query "value[*].properties")
2727
else
2828
export USE_WI="false"
2929
fi

0 commit comments

Comments
 (0)