Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit c383b52

Browse files
garrettmoonHannah Troisi
authored andcommitted
Print out cocoapods environment to help with #2881 (#2882)
1 parent 92bbfc1 commit c383b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ fi
295295
if [ "$MODE" = "cocoapods-lint" ]; then
296296
echo "Verifying that podspec lints."
297297

298-
set -o pipefail && pod lib lint
298+
set -o pipefail && pod env && pod lib lint
299299
trap - EXIT
300300
exit 0
301301
fi

0 commit comments

Comments
 (0)