Keep server side Specs when pull

This commit is contained in:
Zhigang Fang
2013-02-13 01:16:03 +08:00
parent 49eafba940
commit 2819d6f5eb

View File

@@ -86,7 +86,7 @@ namespace :gem do
end
# Ensure that the branches are up to date with the remote
sh "git pull"
sh "git pull -s recursive -X theirs"
puts "* Running specs"
silent_sh('rake spec:all')