Skip to content

Commit b983b2e

Browse files
committed
CircleCI no longer needs to manually install latest AWSCLI as of
September they have updated containers with a stable version that supports required commands.
1 parent 6c6c555 commit b983b2e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

aws-code-deploy.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,7 @@ if ! typeExists "aws"; then
121121
runCommand "sudo pip install awscli"
122122
success "Installing AWS CLI (`aws --version`) succeeded"
123123
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
124+
success "Dependencies met (aws: `aws --version`)."
130125
fi
131126

132127

0 commit comments

Comments
 (0)