From aca415bd20455fbec136e3562581243168bcd300 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 8 Mar 2017 14:15:13 -0300 Subject: [PATCH] update fastlane (#334) --- fastlane/Fastfile | 2 +- fastlane/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 50c7f9c84..061ba0e48 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,7 +48,7 @@ platform :ios do branch_name: 'ios-beta' }) - pilot({distribute_external: true}) + pilot if ENV['MATTERMOST_WEBHOOK_URL'] testflight_url = ENV['TESTFLIGHT_URL'] diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 13e101553..68564fd76 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -26,7 +26,7 @@ GEM faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.0) - fastlane (2.18.3) + fastlane (2.19.2) activesupport (< 5) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0)