Skip to content

Commit

Permalink
Remove deprecated and unnecessary clean env call
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell committed Oct 20, 2021
1 parent 4fe605e commit d8c643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ruby/log-courier/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ task :default => [:install] do
end

task :install do
Bundler.with_clean_env do
sh 'bundle install --jobs 4 --retry 3'
end
sh 'bundle install --jobs 4 --retry 3'
end

task :release => [:package] do
Expand Down
4 changes: 1 addition & 3 deletions ruby/logstash-input-courier/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ task :default => [:install] do
end

task :install do
Bundler.with_clean_env do
sh 'bundle install --jobs 4 --retry 3'
end
sh 'bundle install --jobs 4 --retry 3'
end

task release: [:package] do
Expand Down

0 comments on commit d8c643e

Please sign in to comment.