From 1e32de030447557af2afafe1cd078470f08991b8 Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Wed, 17 May 2017 11:11:28 -0700 Subject: [PATCH] Make sure to run all subspecs, to find failing cases Summary: Thanks for submitting a PR! Please read these instructions carefully: Currently no subspecs are running on CI which causes us to find bugs in the podspec from time to time we upgrade master. In order to highlight errors for podspecs users when changes happen we should make sure to run all subspecs even though it might take a bit longer when running the CI Closes https://github.com/facebook/react-native/pull/14019 Differential Revision: D5079230 Pulled By: javache fbshipit-source-id: 7b3b5dba5ba147b1fc24e79299ed260f9fc6231b --- scripts/process-podspecs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process-podspecs.sh b/scripts/process-podspecs.sh index e39f8c78b..6a897bd82 100755 --- a/scripts/process-podspecs.sh +++ b/scripts/process-podspecs.sh @@ -24,7 +24,7 @@ fi cd "$SPEC_REPO_DIR" SPEC_REPO_REMOTE=$(git remote get-url origin) -POD_LINT_OPT="--verbose --no-subspecs --allow-warnings --fail-fast --private --swift-version=3.0 --sources=$SPEC_REPO_REMOTE" +POD_LINT_OPT="--verbose --allow-warnings --fail-fast --private --swift-version=3.0 --sources=$SPEC_REPO_REMOTE" # Get the version from a podspec. version() {