Skip to content

Commit

Permalink
fix release task: remove obsoleted groups
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 16, 2013
1 parent ab88ba5 commit f660493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdiary/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def make_tarball( repo, version = nil )
sh "chmod +x index.rb index.fcgi update.rb update.fcgi"
sh 'rake doc'
Bundler.with_clean_env do
sh "bundle --path .bundle --without coffee:memcached:redis:gfm:server:development:test"
sh "bundle --path .bundle --without coffee:server:development:test"
end
Dir.chdir '.bundle/ruby' do
v = `ls`.chomp
Expand Down

0 comments on commit f660493

Please sign in to comment.