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

[CI] Replace exit by continue in loop to check packages - serverless #1957

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

mrodm
Copy link
Contributor

@mrodm mrodm commented Jul 5, 2024

Previously, that loop was based on sub-shells and it was required to use exit to continue to the next loop iterations.

With the latest changes, subshells are not used anymore and it can be used directly continue.

@mrodm mrodm requested a review from a team July 5, 2024 13:56
@mrodm mrodm self-assigned this Jul 5, 2024
@mrodm
Copy link
Contributor Author

mrodm commented Jul 5, 2024

buildkite test serverless

@elasticmachine
Copy link
Collaborator

@mrodm mrodm marked this pull request as ready for review July 5, 2024 14:29
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @mrodm

@mrodm mrodm merged commit 138ae76 into elastic:main Jul 8, 2024
3 checks passed
@mrodm mrodm deleted the remove-exit-serverless-test branch July 8, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants