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

Remove AWS CLI install from AWS workflows #1967

Open
wants to merge 3 commits into
base: v0.41
Choose a base branch
from

Conversation

willdavsmith
Copy link
Contributor

Fixes: #1966

Not sure why, but apt-get install awscli has started failing. The ubuntu-latest runner images already have the AWS CLI pre-installed so we should just use that install instead of installing it ourselves. We already do this with the Purge RDS DBInstances workflow: https://github.com/radius-project/samples/actions/workflows/purge-aws-rds-snapshots.yaml. I also added workflow_dispatch triggers so that we can test this more easily in the future.

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