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: codebuild ci workflow options #1225

Merged
merged 2 commits into from
Feb 20, 2024
Merged

fix: codebuild ci workflow options #1225

merged 2 commits into from
Feb 20, 2024

Conversation

0marperez
Copy link
Contributor

Issue #

N/A

Description of changes

The script called from the workflow had a bug. If the workflow was not called from a PR then the SDK PR number would be used as a source.

The fix was to label the options, and add logic for empty options. This fixes the bug and should avoid confusion.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@0marperez 0marperez added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Feb 19, 2024
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@0marperez 0marperez marked this pull request as ready for review February 19, 2024 21:12
@0marperez 0marperez requested a review from a team as a code owner February 19, 2024 21:12
shift 2
fi
;;
--sdk)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: The flag names --sdk and --smithy aren't super clear. I suggest --sdk-pr or something similar.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@0marperez 0marperez merged commit 61652a8 into main Feb 20, 2024
16 checks passed
@0marperez 0marperez deleted the workflow-fix branch February 20, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants