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

Commit c0375b7

Browse files
committed
update ci
1 parent 2c9351c commit c0375b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install_dependency: &install_dependency
88
command: |
99
sed -i '/jessie-updates/d' /etc/apt/sources.list
1010
apt update
11-
apt install -y openssl ant git zip jq
11+
apt install -y --force-yes openssl ant git zip jq
1212
mkdir ~/awscli
1313
cd ~/awscli
1414
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"

0 commit comments

Comments
 (0)