Include external tester when pushing a new build to testflight (#305)
This commit is contained in:
parent
764de28fa6
commit
303574f235
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue