From 27e5e92f5965349aa9cb71de82836fb905fbab1d Mon Sep 17 00:00:00 2001 From: jmkiley Date: Thu, 7 Mar 2019 12:26:07 -0800 Subject: [ios] new destination, who's this? --- ci.template | 2 +- platform/ios/scripts/code-coverage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.template b/ci.template index e76d85d1b0..07d86d72e3 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.coverage/*" + "arn:aws:s3:::mapbox-loading-dock/raw/mobile.codecoverage/*" ] } ] diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh index 8f04b8fae2..6d11eece5e 100755 --- a/platform/ios/scripts/code-coverage.sh +++ b/platform/ios/scripts/code-coverage.sh @@ -38,4 +38,4 @@ gzip -f $file_name if [ -z `which aws` ]; then brew install awscli fi -aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.coverage/$current_date/ \ No newline at end of file +aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.codecoverage/$current_date/ \ No newline at end of file -- cgit v1.2.1