summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": [