From 6c17a295896dcc4544196d48470b9e230576beff Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 17 Feb 2020 21:14:25 +0800 Subject: [PATCH] try --- announcement.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/announcement.gemspec b/announcement.gemspec index 8c27dca..dae185f 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -88,7 +88,6 @@ if old_gemfile_text != new_gemfile_text } 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" - puts all_command a = Thread.start do Bundler.with_clean_env do puts ENV['PWD']