summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-07 12:26:07 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:51 -0700
commit27e5e92f5965349aa9cb71de82836fb905fbab1d (patch)
tree43eb6bd368b2a728aa50d27bf8bc7e51cd818f2c
parentde3550f320bb4dc2bbc4a21111006a0e000e0f6a (diff)
downloadqtlocation-mapboxgl-27e5e92f5965349aa9cb71de82836fb905fbab1d.tar.gz
[ios] new destination, who's this?
-rw-r--r--ci.template2
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh2
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