File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ if ! typeExists "aws"; then
123
123
else
124
124
if [[ " ${CIRCLECI} " == " true" && " ${CI} " == " true" ]]; then
125
125
echo " Installing updated awscli version ..."
126
- sudo -H pip install awscli --upgrade
126
+ runCommand " sudo -H pip install awscli --quiet -- upgrade"
127
127
else
128
128
success " Depenencies met."
129
129
fi
@@ -325,8 +325,8 @@ if [ "$AWS_CODE_DEPLOY_S3_SSE" == "true" ]; then
325
325
fi
326
326
327
327
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"
330
330
331
331
332
332
You can’t perform that action at this time.
0 commit comments