Remove Gemfile.lock before doing rake cruise
This commit is contained in:
parent
669a7cabb2
commit
e5f1975dcf
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 && 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 Gemfile.lock && gem update --system && ruby lib/cruise/build.rb'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue