From ccb9f75a0e97e5cc156b53f833ed2ff47086cc65 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Mon, 25 Mar 2019 13:44:41 -0700 Subject: [build] rename source --- ci.template | 2 +- scripts/code-coverage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.template b/ci.template index f29d8d1608..cb42a08880 100644 --- a/ci.template +++ b/ci.template @@ -160,7 +160,7 @@ "Effect": "Allow", "Resource": [ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*", - "arn:aws:s3:::mapbox-loading-dock/raw/mobile.codecoverage/*", + "arn:aws:s3:::mapbox-loading-dock/raw/mobile.code_coverage/*", "arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.docs_coverage/*" ] } diff --git a/scripts/code-coverage.sh b/scripts/code-coverage.sh index c58501605d..a33ae377fb 100755 --- a/scripts/code-coverage.sh +++ b/scripts/code-coverage.sh @@ -34,6 +34,6 @@ if [ -z `which aws` ]; then brew install awscli fi -aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.codecoverage/$current_date/ +aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.code_coverage/$current_date/ echo $ -- cgit v1.2.1