Skip to content

Commit 6d4a848

Browse files
committed
fixup
1 parent 37e7490 commit 6d4a848

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rake_tasks/automation.rake

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ namespace :automation do
4444
sh "git clone https://#{ENV['CLIENTS_GITHUB_TOKEN']}@github.com/elastic/elastic-client-generator-ruby.git "
4545
end
4646

47-
sh "export ES_RUBY_CLIENT_PATH=#{path} " \
48-
' && cd elastic-client-generator-ruby/elasticsearch ' \
49-
' && sudo bundle install ' \
50-
" && bundle exec rake update[#{branch}]" \
51-
' && bundle exec rake gen_es' \
52-
' && cd ../../ ' \
53-
' && rm -rf elastic-client-generator-ruby '
47+
system "export ES_RUBY_CLIENT_PATH=#{path} " \
48+
' && cd elastic-client-generator-ruby/elasticsearch ' \
49+
' && sudo bundle install ' \
50+
" && bundle exec rake update[#{branch}]" \
51+
' && bundle exec rake gen_es' \
52+
' && cd ../../ ' \
53+
' && rm -rf elastic-client-generator-ruby '
5454
end
5555

5656
desc <<-DESC

0 commit comments

Comments
 (0)