Skip to content

Commit

Permalink
https://github.com/aws/aws-cli/issues/8320
Browse files Browse the repository at this point in the history
Circumvent aws/aws-cli#8320
  • Loading branch information
karlentwistle committed Nov 13, 2023
1 parent 80d2e21 commit 7b6eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require_env_variable $env_dir "AWS_BUNDLE_CACHE_BUCKET"
require_env_variable $env_dir "AWS_BUNDLE_CACHE_PATH"

if [ -z "$(ls -A $cache_dir)" ]; then
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o $tmp_dir/aws.zip
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.13.33.zip" -o $tmp_dir/aws.zip
unzip -qq -d $tmp_dir $tmp_dir/aws.zip
rm $tmp_dir/aws.zip
chmod +x $tmp_dir/aws/dist/aws
Expand Down

0 comments on commit 7b6eb43

Please sign in to comment.