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