diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index cc02dfd..24efd53 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -58,8 +58,7 @@ class DeployLocal < Deploy 'HOME' => home_dir, 'PATH' => paths.join(':'), 'JEKYLL_ENV' => Rails.env, - 'LANG' => ENV['LANG'], - 'LD_PRELOAD' => ENV['LD_PRELOAD'] + 'LANG' => ENV['LANG'] } end @@ -86,11 +85,9 @@ class DeployLocal < Deploy run %(bundle install --no-cache --path="#{gems_dir}") end - # rubocop:disable Metrics/LineLength def jekyll_build run "bundle exec jekyll build --trace --destination \"#{escaped_destination}\"" end - # rubocop:enable Metrics/LineLength # no debería haber espacios ni caracteres especiales, pero por si # acaso...