diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-03-14 09:10:55 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-03-14 09:52:51 +0200 |
commit | 40cfffe9e9c1d63f21188c0704a6df2ef9a34081 (patch) | |
tree | 9e24900f162916d524f6a0d71ee0834d4480aa36 | |
parent | 63b55d2847d5248730e57e9e9cdc718d9b6966b1 (diff) | |
download | qtlocation-mapboxgl-40cfffe9e9c1d63f21188c0704a6df2ef9a34081.tar.gz |
[build] Fix for ci.template cloudformation
-rw-r--r-- | ci.template | 2 |
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/*" ] } |