summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-03-14 09:10:55 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-03-14 09:52:51 +0200
commit40cfffe9e9c1d63f21188c0704a6df2ef9a34081 (patch)
tree9e24900f162916d524f6a0d71ee0834d4480aa36
parent63b55d2847d5248730e57e9e9cdc718d9b6966b1 (diff)
downloadqtlocation-mapboxgl-40cfffe9e9c1d63f21188c0704a6df2ef9a34081.tar.gz
[build] Fix for ci.template cloudformation
-rw-r--r--ci.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.template b/ci.template
index 77a204dbad..f29d8d1608 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.codecoverage/*"
+ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.codecoverage/*",
"arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.docs_coverage/*"
]
}