Update announcement.gemspec
This commit is contained in:
parent
f1a4f21105
commit
62afd42e2e
|
@ -100,7 +100,7 @@ if old_gemfile_text != new_gemfile_text
|
||||||
Bundler.with_clean_env do
|
Bundler.with_clean_env do
|
||||||
puts env_pwd
|
puts env_pwd
|
||||||
puts mode
|
puts mode
|
||||||
exec("cd #{env_pwd} && screen -d -m -S bundle_update_#{dir_name} ./bundle_update_background.sh")
|
exec("cd #{env_pwd} && screen -d -m -S bundle_update_#{dir_name} #{env_pwd}/bundle_update_background.sh")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
now_priority = Thread.current.priority.to_i
|
now_priority = Thread.current.priority.to_i
|
||||||
|
|
Loading…
Reference in New Issue