summaryrefslogtreecommitdiff
path: root/ci.template
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.deoliveira@mapbox.com>2019-03-05 16:44:17 +0200
committerAnder Conselvan de Oliveira <ander.deoliveira@mapbox.com>2019-03-13 15:06:56 +0200
commit8a51362bccbd6487dd1ed8518443b16ba6114fd8 (patch)
tree6353711dc0f244b32ea6a1d590aad9d0524ffa08 /ci.template
parent7bac0c7cbac6333b36a91387e2cf2751b048c869 (diff)
downloadqtlocation-mapboxgl-8a51362bccbd6487dd1ed8518443b16ba6114fd8.tar.gz
[build] Upload documentation coverage metrics to S3
Diffstat (limited to 'ci.template')
-rw-r--r--ci.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci.template b/ci.template
index abf123c56a..5a94771a71 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_staging.docs_coverage/*"
+ ]
}
]
}