remove bundle install
This commit is contained in:
parent
e72bfa330c
commit
82236309f5
|
@ -76,9 +76,9 @@ if old_gemfile_text != new_gemfile_text
|
||||||
Bundler.with_clean_env{%x[screen -ls | grep auto_reopen_#{dir_name} | cut -d. -f1 | awk '{print $1}' | xargs kill]}
|
Bundler.with_clean_env{%x[screen -ls | grep auto_reopen_#{dir_name} | cut -d. -f1 | awk '{print $1}' | xargs kill]}
|
||||||
end
|
end
|
||||||
if files.count ==0
|
if files.count ==0
|
||||||
command1 = "gem install bundler -v 1.17.3 ; bundle install --force ; bundle update"
|
command1 = "gem install bundler -v 1.17.3 ; bundle update --force"
|
||||||
else
|
else
|
||||||
command1 = "gem install bundler -v 1.17.3 ; mv -f Gemfile.lock Gemfile.lock.bak123 ; bundle install --force ; bundle update"
|
command1 = "gem install bundler -v 1.17.3 ; mv -f Gemfile.lock Gemfile.lock.bak123 ; bundle update --force"
|
||||||
end
|
end
|
||||||
filedata = File.read(env_pwd+"/built_in_extensions.rb")
|
filedata = File.read(env_pwd+"/built_in_extensions.rb")
|
||||||
exist_str = "gem 'patchfile', git: 'http://gitlab.tp.rulingcom.com/chiu/patch_file.git'"
|
exist_str = "gem 'patchfile', git: 'http://gitlab.tp.rulingcom.com/chiu/patch_file.git'"
|
||||||
|
|
Loading…
Reference in New Issue