diff options
author | Leith Bade <leith@mapbox.com> | 2014-12-26 14:02:37 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-26 14:02:37 +1300 |
commit | c852a9c2a4472b3ca553129a45364c3c69c5205f (patch) | |
tree | 4ce9ecacb12789ec04e25156192053e756022261 /travis | |
parent | 62d7bab59d40c5ddbc33b5be42385c2b0dfee6fb (diff) | |
download | qtlocation-mapboxgl-c852a9c2a4472b3ca553129a45364c3c69c5205f.tar.gz |
Add pass role perm
Diffstat (limited to 'travis')
-rw-r--r-- | travis/travis-resources.template | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/travis/travis-resources.template b/travis/travis-resources.template index b3d2165864..8dd89f5fd0 100644 --- a/travis/travis-resources.template +++ b/travis/travis-resources.template @@ -103,6 +103,16 @@ "Resource": [ "*" ] + }, + { + "Effect": "Allow", + "Action": "iam:PassRole", + "Resource": { + "Fn::GetAtt": [ + "AndroidRole", + "Arn" + ] + } } ] } |