Skip to content

Commit d208b89

Browse files
Update .pipelines/swiftv2-long-running/scripts/manage_storage_rbac.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: sivakami-projects <126191544+sivakami-projects@users.noreply.github.com>
1 parent b4808cf commit d208b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/swiftv2-long-running/scripts/manage_storage_rbac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ "$ACTION" == "assign" ]; then
5454
--as-user \
5555
-o tsv &>/dev/null; then
5656
echo "RBAC propagation verified! SAS token generation successful."
57-
exit 0
57+
break
5858
else
5959
echo "RBAC not yet propagated. Waiting ${RETRY_DELAY}s before retry..."
6060
sleep $RETRY_DELAY

0 commit comments

Comments
 (0)