My Builds are failing on step remove S3 artefacts as of late. There have been no changes to the script or to AWS profiles used to connect.
Here is the script:
==================
aws s3 --region "us-west-2" rm s3://artifacts/project/stage/
==================
bash: aws: command not found
This is using image: node:8.9.2
Any ideas on why it would just start failing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.