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 673433e commit 865a374Copy full SHA for 865a374
aws-code-deploy.sh
@@ -122,8 +122,8 @@ if ! typeExists "aws"; then
122
success "Installing AWS CLI (`aws --version`) succeeded"
123
else
124
if [[ "${CIRCLECI}" == "true" && "${CI}" == "true" ]]; then
125
- echo "Installing updated awscli version ..."
126
- runCommand "sudo -H pip install awscli --quiet --upgrade"
+ echo "Installing updated AWS cli version ..."
+ runCommand "sudo -H pip install awscli --quiet --upgrade" "" "AWS cli successfully updated"
127
128
success "Depenencies met."
129
fi
0 commit comments