Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit b662642

Browse files
authored
Update config.yml
Build fix
1 parent bc5c12d commit b662642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ install_dependency: &install_dependency
1111
apt install -y --force-yes openssl ant git zip jq
1212
mkdir ~/awscli
1313
cd ~/awscli
14-
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
14+
#curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
15+
curl https://s3.amazonaws.com/aws-cli/awscli-bundle-1.16.188.zip -o awscli-bundle.zip
1516
unzip awscli-bundle.zip
1617
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
1718
cd /usr/share/ant/lib

0 commit comments

Comments
 (0)