rly rly remove Gemfile.lock. rly!
This commit is contained in:
parent
e5f1975dcf
commit
48c13d81c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue