diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c01c6823a375..eeaf6a99ec4d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -11,6 +11,11 @@ # There are a few env variables defined in the .env file in # this directory (fastlane/.env) +before_all do + update_fastlane + # ... +end + def curl_upload(url, file, auth, conn_timeout = 5, timeout = 60, retries = 3) rval = sh( 'curl',