We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c88340 commit fbd47bfCopy full SHA for fbd47bf
fastlane/Fastfile
@@ -763,7 +763,7 @@ platform :ios do
763
dsym_path: './build/WooCommerce.app.dSYM.zip'
764
)
765
766
- return if ENV['BUILDKITE_PULL_REQUEST'].nil?
+ next if ENV.fetch('BUILDKITE_PULL_REQUEST', 'false') == 'false'
767
768
# PR Comment
769
comment_body = prototype_build_details_comment(app_display_name: 'WooCommerce iOS Prototype')
0 commit comments