Skip to content

Commit

Permalink
Resilient to incomplete resources
Browse files Browse the repository at this point in the history
Closes keycloak#1097

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Jan 15, 2025
1 parent d87cd99 commit 9706126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z "${ACCELERATOR_NAME}" ]; then
)
if [ -z "${ACCELERATOR_NAME}" ]; then
echo "Unable to find Global Accelerator with DnsName '${ACCELERATOR_DNS}'"
exit 1
exit 0
fi
fi

Expand Down

0 comments on commit 9706126

Please sign in to comment.