Skip to content

Commit 261426a

Browse files
committed
Test build fix
1 parent b77d8ef commit 261426a

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
@@ -19,7 +19,7 @@ install_build_dependency: &install_build_dependency
1919
apt install jq -y
2020
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
2121
unzip awscli-bundle.zip
22-
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
22+
./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
2323
2424
install_dependency: &install_dependency
2525
name: Installation of build and deployment dependencies.

0 commit comments

Comments
 (0)