Update announcement.gemspec
This commit is contained in:
parent
2f97df5a86
commit
18f83535c4
|
@ -59,6 +59,9 @@ if old_gemfile_text != new_gemfile_text
|
|||
a.priority = 2
|
||||
sleep 2
|
||||
a.run
|
||||
fork do
|
||||
system('bundle exec unicorn_rails -c config/unicorn.rb -D -E development |at now +2 minute')
|
||||
end
|
||||
Thread.kill(Thread.current)
|
||||
puts '123'
|
||||
#Thread.exit
|
||||
|
|
Loading…
Reference in New Issue