Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix aws cloud prepare failure #1026

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

aswinsuryan
Copy link
Contributor

@aswinsuryan aswinsuryan commented Oct 4, 2024

Fix aws cloud prepare failure .

When the public subnets are parsed to identify the prefix the variable is redeclared inside the else block and this causes the variable outside scope of the else to be empty after the block exists. Now the variable declaration is removed.

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr1026/aswinsuryan/aws-cloud-prepare

@aswinsuryan aswinsuryan force-pushed the aws-cloud-prepare branch 9 times, most recently from b80e6c9 to d30d097 Compare October 4, 2024 22:42
@aswinsuryan aswinsuryan changed the title Test Aws cloud prepare Fix aws cloud prepare failure Oct 4, 2024
Signed-off-by: Aswin Suryanarayanan <[email protected]>
@aswinsuryan aswinsuryan marked this pull request as ready for review October 5, 2024 00:06
@tpantelis
Copy link
Contributor

Fix aws cloud prepare failure

Can you be a bit more specific about the failure?

@yboaron yboaron merged commit 3f0b709 into submariner-io:devel Oct 7, 2024
17 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr1026/aswinsuryan/aws-cloud-prepare]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants