提交 2b22d124 编写于 作者: S Santiago Pastorino 提交者: wycats

Makes CI builder install --pre version of Bundler, now that bundle install works again

上级 6d2e4ee9
......@@ -19,9 +19,9 @@ def rake(*tasks)
build_results = {}
# Install required version of bundler.
#bundler_install_cmd = "gem install bundler --no-ri --no-rdoc"
#puts "Running command: #{bundler_install_cmd}"
#build_results[:install_bundler] = system bundler_install_cmd
bundler_install_cmd = "sudo gem install bundler --pre --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd
cd root_dir do
puts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册