From 303574f23579b67e2faf61161464a540da666896 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 27 Feb 2017 18:12:01 -0300 Subject: [PATCH] Include external tester when pushing a new build to testflight (#305) --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 061ba0e48..50c7f9c84 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,7 +48,7 @@ platform :ios do branch_name: 'ios-beta' }) - pilot + pilot({distribute_external: true}) if ENV['MATTERMOST_WEBHOOK_URL'] testflight_url = ENV['TESTFLIGHT_URL']