diff options
author | Jason Wray <jason@mapbox.com> | 2017-10-09 17:46:48 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-10-10 11:28:24 -0700 |
commit | 16aa29f47597422a83dbbce6c9626a06fa584cf3 (patch) | |
tree | 3f6f8e6f4fa1af0fc5c19f9d8fdb0e7186423b98 | |
parent | 20df5f3844a0874a9978826d3e0e5f4903576fd2 (diff) | |
download | qtlocation-mapboxgl-16aa29f47597422a83dbbce6c9626a06fa584cf3.tar.gz |
[ios, build] Remove unnecessary apt-get in Bitrise workflows
-rw-r--r-- | platform/ios/bitrise.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml index 108a837462..8eb8b3962b 100644 --- a/platform/ios/bitrise.yml +++ b/platform/ios/bitrise.yml @@ -70,7 +70,6 @@ workflows: inputs: - content: |- #!/bin/bash - apt-get install -y python-pip python-dev build-essential pip install awscli - script: title: Build package @@ -115,7 +114,6 @@ workflows: inputs: - content: |- #!/bin/bash - apt-get install -y python-pip python-dev build-essential pip install awscli - script: title: Build package |