commit | 20af1f25dbacd0020bbc75ced8f44ae922ec16ca | [log] [tgz] |
---|---|---|
author | Christopher Fujino <christopherfujino@gmail.com> | Tue Oct 29 14:29:27 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 29 14:29:27 2019 -0700 |
tree | 3bcf5ef41c3175582ca2370ccadb389c479b9f7f | |
parent | 261594e78578db4b37ea03006932f51095fdf229 [diff] [blame] |
Re-land fix docker build and deploy_gallery-macos (#43654)
diff --git a/dev/ci/docker_linux/Gemfile b/dev/ci/docker_linux/Gemfile new file mode 100644 index 0000000..9b041f8 --- /dev/null +++ b/dev/ci/docker_linux/Gemfile
@@ -0,0 +1,5 @@ +source "https://rubygems.org" + +# Install fastlane which is used on Linux to build and deploy Android +# builds to the Play Store. +gem 'fastlane', '2.134.0'