File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments