diff options
author | Jason Wray <jason@mapbox.com> | 2017-10-18 18:02:22 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-10-18 18:05:20 -0400 |
commit | 8877fb527766194e83fc5642674fb71e68df2ec8 (patch) | |
tree | b9e09c28c750cc11716fa8288f0f5dcd2a6de39d | |
parent | 10f7af19ce1ec61f37459f9cd75e2a0c89a0c790 (diff) | |
download | qtlocation-mapboxgl-8877fb527766194e83fc5642674fb71e68df2ec8.tar.gz |
[ios, build] Fix nightly build on bitrise by installing pipupstream/fb-bitrise-pip
-rw-r--r-- | platform/ios/bitrise.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml index 36adbf7a77..9ca44e1d47 100644 --- a/platform/ios/bitrise.yml +++ b/platform/ios/bitrise.yml @@ -62,15 +62,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 - apt-get install -y python-pip python-dev build-essential - pip install awscli - - script: title: Build package inputs: - content: |- |