diff options
author | Leith Bade <leith@mapbox.com> | 2014-12-26 18:37:58 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-26 18:37:58 +1300 |
commit | 9396cb6559a3e4fc1ca730f5c9d9df6d543c5179 (patch) | |
tree | d11bbc6e15af573bb704beae2b512725388f7411 /travis | |
parent | 06fdecfc2f2be4062f52e10d78f663268dde61d3 (diff) | |
download | qtlocation-mapboxgl-9396cb6559a3e4fc1ca730f5c9d9df6d543c5179.tar.gz |
Production AMI and fix s3 perms in role
Diffstat (limited to 'travis')
-rw-r--r-- | travis/travis-resources.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-resources.template b/travis/travis-resources.template index ddc6fa58cc..0d058dbf3e 100644 --- a/travis/travis-resources.template +++ b/travis/travis-resources.template @@ -148,7 +148,7 @@ "s3:PutObject" ], "Resource": [ - "arn:aws:s3:::android-gl-build/*" + "arn:aws:s3:::mapbox-gl-testing/android/*" ] } ] |