Skip to content

Commit 1e59fcb

Browse files
committed
Update singleTenant_integration_test.yml
1 parent 46f74ef commit 1e59fcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/singleTenant_integration_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
echo "❌ Error: SDM clientid is not set or is null"; exit 1;
141141
fi
142142
echo "::add-mask::$cmis_client_id"
143-
cmis_url=$(echo "$binding_details" | jq -r '.credentials.endpoints.ecm_service // .credentials.url // empty')
143+
cmis_url=$(echo "$binding_details" | jq -r '.credentials.uri // .credentials.endpoints.ecm_service // .credentials.url // empty')
144144
if [ -z "$cmis_url" ]; then
145145
echo "❌ Error: SDM CMIS URL not found in binding details"; exit 1;
146146
fi
@@ -409,7 +409,7 @@ jobs:
409409
echo "❌ Error: SDM clientid is not set or is null"; exit 1;
410410
fi
411411
echo "::add-mask::$cmis_client_id"
412-
cmis_url=$(echo "$binding_details" | jq -r '.credentials.endpoints.ecm_service // .credentials.url // empty')
412+
cmis_url=$(echo "$binding_details" | jq -r '.credentials.uri // .credentials.endpoints.ecm_service // .credentials.url // empty')
413413
if [ -z "$cmis_url" ]; then
414414
echo "❌ Error: SDM CMIS URL not found in binding details"; exit 1;
415415
fi
@@ -643,7 +643,7 @@ jobs:
643643
echo "❌ Error: SDM clientid is not set or is null"; exit 1;
644644
fi
645645
echo "::add-mask::$cmis_client_id"
646-
cmis_url=$(echo "$binding_details" | jq -r '.credentials.endpoints.ecm_service // .credentials.url // empty')
646+
cmis_url=$(echo "$binding_details" | jq -r '.credentials.uri // .credentials.endpoints.ecm_service // .credentials.url // empty')
647647
if [ -z "$cmis_url" ]; then
648648
echo "❌ Error: SDM CMIS URL not found in binding details"; exit 1;
649649
fi
@@ -881,7 +881,7 @@ jobs:
881881
echo "❌ Error: SDM clientid is not set or is null"; exit 1;
882882
fi
883883
echo "::add-mask::$cmis_client_id"
884-
cmis_url=$(echo "$binding_details" | jq -r '.credentials.endpoints.ecm_service // .credentials.url // empty')
884+
cmis_url=$(echo "$binding_details" | jq -r '.credentials.uri // .credentials.endpoints.ecm_service // .credentials.url // empty')
885885
if [ -z "$cmis_url" ]; then
886886
echo "❌ Error: SDM CMIS URL not found in binding details"; exit 1;
887887
fi

0 commit comments

Comments
 (0)