* RN-545: Builds, uploads to S3, notififes channel. * RN-545: Awesomeified the bot post. * RN-545: Adds logos to qa builds. Uses env variable for mattermost() invocation to get exceptions via webhook. * RN-545: Fix typo.
8 lines
215 B
Ruby
8 lines
215 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "nokogiri"
|
|
gem "aws-sdk-s3"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|