Skip to content

Commit 1a385b0

Browse files
committed
Improved verbosity, reducing output for CircleCI deploy.
1 parent 22fcdab commit 1a385b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-code-deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if ! typeExists "aws"; then
123123
else
124124
if [[ "${CIRCLECI}" == "true" && "${CI}" == "true" ]]; then
125125
echo "Installing updated awscli version ..."
126-
sudo -H pip install awscli --upgrade
126+
runCommand "sudo -H pip install awscli --quiet --upgrade"
127127
else
128128
success "Depenencies met."
129129
fi
@@ -325,8 +325,8 @@ if [ "$AWS_CODE_DEPLOY_S3_SSE" == "true" ]; then
325325
fi
326326

327327
runCommand "$S3_CP \"$APP_LOCAL_TEMP_FILE\" \"s3://$S3_FULL_BUCKET/$APP_LOCAL_FILE\"" \
328-
"Copying bundle \"$APP_LOCAL_FILE\" to S3 failed" \
329-
"Copying bundle \"$APP_LOCAL_FILE\" to S3 succeeded"
328+
"Unable to copy bundle \"$APP_LOCAL_FILE\" to S3" \
329+
"Successfully copied bundle \"$APP_LOCAL_FILE\" to S3"
330330

331331

332332

0 commit comments

Comments
 (0)