Skip to content

Commit 3063a11

Browse files
committed
Enable verbose logging to debug CI
1 parent 313b96a commit 3063a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pod_lib_lint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main(args)
4747

4848
STDOUT.sync = true
4949

50-
command = %w(bundle exec pod lib lint --sources=https://cdn.cocoapods.org/)
50+
command = %w(bundle exec pod lib lint --sources=https://cdn.cocoapods.org/ --verbose)
5151

5252
# Split arguments that need to be processed by the script itself and passed
5353
# to the pod command.

0 commit comments

Comments
 (0)