summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-01 14:52:38 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:49 -0700
commit4a47ba094e8df7639ecb468ae2818e51817cdc05 (patch)
tree6abefd01b6e36a1e613bb4a19f75b9668116810a
parent69c8989300d896e70fd06ae631f27c3968a68a4e (diff)
downloadqtlocation-mapboxgl-4a47ba094e8df7639ecb468ae2818e51817cdc05.tar.gz
[ios] Update ci.template
-rw-r--r--ci.template21
1 files changed, 4 insertions, 17 deletions
diff --git a/ci.template b/ci.template
index 3eb0ba7bca..e76d85d1b0 100644
--- a/ci.template
+++ b/ci.template
@@ -158,7 +158,10 @@
"s3:GetObjectAcl"
],
"Effect": "Allow",
- "Resource": ["arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*"]
+ "Resource": [
+ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*",
+ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.coverage/*"
+ ]
}
]
}
@@ -180,22 +183,6 @@
}
},
{
- "PolicyName": "publish-code-coverage",
- "PolicyDocument": {
- "Statement": [
- {
- "Action": [
- "s3:PutObject",
- "s3:GetObject",
- "s3:GetObjectAcl"
- ],
- "Effect": "Allow",
- "Resource": ["arn:aws:s3:::mapbox-loading-dock/raw/mobile.coverage/*"]
- }
- ]
- }
- },
- {
"PolicyName": "cloudwatch-metrics",
"PolicyDocument": {
"Statement": [