Skip to content
Snippets Groups Projects
Commit 48c13d81 authored by Sarah Mei's avatar Sarah Mei
Browse files

rly rly remove Gemfile.lock. rly!

parent e5f1975d
Branches
Tags
No related merge requests found
require 'fileutils'
Project.configure do |project|
project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && rm Gemfile.lock && gem update --system && ruby lib/cruise/build.rb'
project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && rm -f Gemfile.lock && gem update --system && ruby lib/cruise/build.rb'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment