Print IGListKit's error out

Force podspec linting on git push
This commit is contained in:
Huy Nguyen
2020-01-02 14:27:48 -08:00
parent 4596a0f58c
commit 1acf4b9547
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -2,9 +2,7 @@ name: CI (master-only jobs)
on:
push:
branches:
- master
jobs:
cocoapods-lint:
env:
+1 -1
View File
@@ -218,7 +218,7 @@ framework|all)
cocoapods-lint|all)
echo "Verifying that podspec lints."
set -o pipefail && pod env && pod lib lint --allow-warnings
set -o pipefail && pod env && pod lib lint --allow-warnings --no-clean
success="1"
;;