Skip to content

Commit

Permalink
Pin awscli to 2.22.35
Browse files Browse the repository at this point in the history
Because of aws/aws-cli#9214, 2.23.0 and later won't work with our non-Amazon-hosted S3 buckets.
  • Loading branch information
AnyOldName3 committed Jan 20, 2025
1 parent c16064e commit e90c418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ macOS14_Xcode15_arm64:
script:
- apt-get update
- apt-get install -y curl gcab unzip
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o awscli-exe-linux-x86_64.zip
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o awscli-exe-linux-x86_64.zip
- unzip -d awscli-exe-linux-x86_64 awscli-exe-linux-x86_64.zip
- pushd awscli-exe-linux-x86_64
- ./aws/install
Expand Down

0 comments on commit e90c418

Please sign in to comment.