Skip to content

Tweak needed to run build job successfully #5

@joyrexus

Description

@joyrexus

It looks like the builds are failing when trying to install the AWS CLI because a pre-existing CLI is already in place:

Found preexisting AWS CLI installation: /usr/local/aws-cli/v2/current. Please rerun install script with --update flag.

You might just need to tweak this line from the workflow file to ...

sudo ./aws/install || sudo ./aws/install --update

... or ...

sudo ./aws/install || echo "Found preexisting AWS CLI installation" 

... to ensure the CLI gets installed and doesn't fail if it pre-exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions