summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/code-coverage.sh7
1 files 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 $