From 2baaee39e6e003570f86c19f13ed334199f4938a Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 8 Mar 2019 14:41:00 -0800 Subject: [build] remove sha check --- scripts/code-coverage.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/code-coverage.sh b/scripts/code-coverage.sh index 2c41f2ceec..d6866f61b8 100755 --- a/scripts/code-coverage.sh +++ b/scripts/code-coverage.sh @@ -30,9 +30,6 @@ if [ -z `which aws` ]; then brew install awscli fi -# If this is being executed by CI, upload the file to AWS. -if [ ! -z $CIRCLE_SHA]; then - aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.codecoverage/$current_date/ - echo $ -fi +aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.codecoverage/$current_date/ +echo $ -- cgit v1.2.1