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

chore: fix the script upgrading the aws cli version #958

Merged

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Sep 21, 2024

This was previously using sed. Which is fine, but sed behaves differently on Linux and macOs. So I wasted a bunch of time trying to understand why it's working locally but not in GitHub Action. Having scripts behave differently in different environments isn't great. So instead of fixing the sed command, this is now using python only.

This was previously using sed. Which is fine, but sed behaves differently on Linux and macOs. So I wasted a bunch of time trying to understand why it's working locally but not in GitHub Action. Having scripts behave differently in different environments isn't great. So instead of fixing the sed command, this is now using python only.
@mergify mergify bot merged commit f8b3a1c into awscli-v2/main Sep 23, 2024
12 checks passed
@mergify mergify bot deleted the mrgrain/chore/fix-upgrade-cli-version-script branch September 23, 2024 08:22
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.

2 participants