Update announcement.gemspec
This commit is contained in:
parent
18f83535c4
commit
bc15ee2886
|
@ -48,7 +48,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
else
|
||||
command1 = "cd #{ENV['PWD']} && gem install bundler -v 1.17.3 && mv -f Gemfile.lock Gemfile.lock.bak123 && bundle update"
|
||||
end
|
||||
all_command = "#{command1} ;cd #{ENV['PWD']} && kill -s TERM `cat tmp/pids/unicorn.pid` && bundle exec unicorn_rails -c config/unicorn.rb -D -E development |at now"
|
||||
all_command = "#{command1} ;cd #{ENV['PWD']} && kill -s TERM `cat tmp/pids/unicorn.pid` && bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode} |at now"
|
||||
a = Thread.start do
|
||||
Bundler.with_clean_env do
|
||||
puts ENV['PWD']
|
||||
|
@ -59,9 +59,7 @@ 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
|
||||
system("watch -n 10 screen -d -m -S auto_reopen bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode}")
|
||||
Thread.kill(Thread.current)
|
||||
puts '123'
|
||||
#Thread.exit
|
||||
|
|
Loading…
Reference in New Issue