We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe605e commit d8c643eCopy full SHA for d8c643e
ruby/log-courier/Rakefile
@@ -11,9 +11,7 @@ task :default => [:install] do
11
end
12
13
task :install do
14
- Bundler.with_clean_env do
15
- sh 'bundle install --jobs 4 --retry 3'
16
- end
+ sh 'bundle install --jobs 4 --retry 3'
17
18
19
task :release => [:package] do
ruby/logstash-input-courier/Rakefile
task release: [:package] do
0 commit comments