Skip to content

Commit 865a374

Browse files
committed
Show the success message for CircleCI awscli upgrade.
1 parent 673433e commit 865a374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-code-deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if ! typeExists "aws"; then
122122
success "Installing AWS CLI (`aws --version`) succeeded"
123123
else
124124
if [[ "${CIRCLECI}" == "true" && "${CI}" == "true" ]]; then
125-
echo "Installing updated awscli version ..."
126-
runCommand "sudo -H pip install awscli --quiet --upgrade"
125+
echo "Installing updated AWS cli version ..."
126+
runCommand "sudo -H pip install awscli --quiet --upgrade" "" "AWS cli successfully updated"
127127
else
128128
success "Depenencies met."
129129
fi

0 commit comments

Comments
 (0)