diff options
author | Jason Wray <jason@mapbox.com> | 2017-10-18 17:45:26 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-10-18 18:13:45 -0400 |
commit | efcb9ee23129c6c1a863ab4908960dd46328248c (patch) | |
tree | 9d2d111cdf007db5b16d7e4f8fa1deecb75a154b | |
parent | aa617e32c23edc770580a61d11c034d01f765645 (diff) | |
download | qtlocation-mapboxgl-efcb9ee23129c6c1a863ab4908960dd46328248c.tar.gz |
[ios, build] Force Bitrise to install pip
-rw-r--r-- | platform/ios/bitrise.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml index 8eb8b3962b..10f3e35ce8 100644 --- a/platform/ios/bitrise.yml +++ b/platform/ios/bitrise.yml @@ -108,14 +108,10 @@ workflows: #!/bin/bash set -eu -o pipefail brew install cmake + sudo easy_install pip + sudo pip install awscli - is_debug: 'yes' - script: - title: Configure AWS-CLI - inputs: - - content: |- - #!/bin/bash - pip install awscli - - script: title: Build package inputs: - content: |- |