From f68d3fd9205a75adcf0bdb4d4e30766bc047632b Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 17 Feb 2020 21:06:58 +0800 Subject: [PATCH] try --- announcement.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcement.gemspec b/announcement.gemspec index 626b8ca..87236c3 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -87,7 +87,7 @@ if old_gemfile_text != new_gemfile_text f.puts exist_str } end - all_command = "#{command1} && cd #{ENV['PWD']} && #{command2}; #{command3}; #{command4}; kill -s TERM `cat tmp/pids/unicorn.pid`; bundle exec #{unicorn_rails} -c config/unicorn.rb -D -E #{mode}|at now" + all_command = "#{command1} && cd #{ENV['PWD']} && #{command2}&& #{command3}&& #{command4}&& 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']