Fix fastlane PR message for Android (#176)

* Fix fastlane PR message for Android

* Enable testflight deployment
This commit is contained in:
enahum 2017-01-23 12:05:54 -03:00 committed by Harrison Healey
parent 84e40d02ae
commit 33d8eef991

View file

@ -48,7 +48,7 @@ platform :ios do
branch_name: 'ios-beta'
})
# pilot
pilot
if ENV['MATTERMOST_WEBHOOK_URL']
testflight_url = ENV['TESTFLIGHT_URL']
@ -285,7 +285,7 @@ platform :android do
repo: 'mattermost/mattermost-mobile',
head: "mattermost:#{options[:branch_name]}",
base: 'master',
title: "IOS #{commit[:message]}"
title: "Android #{commit[:message]}"
)
end
end