Skip to content

Commit

Permalink
Fix CocoaPods issue on Azure Pipelines (CoreOffice#146)
Browse files Browse the repository at this point in the history
The issue is not reproducible with CocoaPods 1.7.5. The workaround can be removed when CocoaPods 1.8.4 is released and this or later version is available on Azure Pipelines.
  • Loading branch information
MaxDesiatov authored and Arjun Gupta committed Jun 26, 2020
1 parent 2661c13 commit ece9385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pod.sh
Expand Up @@ -3,5 +3,7 @@
set -e
set -o pipefail

pod repo update
sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.7.5
pod setup
pod lib lint --verbose

0 comments on commit ece9385

Please sign in to comment.