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

workflows: run awscli install with update flag #381

Merged
merged 1 commit into from
May 12, 2023

Conversation

lbajolet-hashicorp
Copy link
Contributor

When running the action to run the acceptance tests, the step to install the AWS cli fails since there's already a version installed.

To prevent this from making the action fail, we invoke the installation script with the `--update' flag, so it will override the current version with the latest from Amazon.

When running the action to run the acceptance tests, the step to install
the AWS cli fails since there's already a version installed.

To prevent this from making the action fail, we invoke the installation
script with the `--update' flag, so it will override the current
version with the latest from Amazon.
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner May 12, 2023 17:58
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

Good with me. Alternative you can remove. I do wonder if there will be a pathing issue.

@lbajolet-hashicorp lbajolet-hashicorp merged commit 49ca65f into main May 12, 2023
@lbajolet-hashicorp lbajolet-hashicorp deleted the acceptance_test_action branch May 12, 2023 18:05
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