Skip to content

Commit e90c418

Browse files
committed
Pin awscli to 2.22.35
Because of aws/aws-cli#9214, 2.23.0 and later won't work with our non-Amazon-hosted S3 buckets.
1 parent c16064e commit e90c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ macOS14_Xcode15_arm64:
540540
script:
541541
- apt-get update
542542
- apt-get install -y curl gcab unzip
543-
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o awscli-exe-linux-x86_64.zip
543+
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o awscli-exe-linux-x86_64.zip
544544
- unzip -d awscli-exe-linux-x86_64 awscli-exe-linux-x86_64.zip
545545
- pushd awscli-exe-linux-x86_64
546546
- ./aws/install

0 commit comments

Comments
 (0)