We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77d8ef commit 261426aCopy full SHA for 261426a
.circleci/config.yml
@@ -19,7 +19,7 @@ install_build_dependency: &install_build_dependency
19
apt install jq -y
20
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
21
unzip awscli-bundle.zip
22
- sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
+ ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
23
24
install_dependency: &install_dependency
25
name: Installation of build and deployment dependencies.
0 commit comments