File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ namespace :automation do
44
44
sh "git clone https://#{ ENV [ 'CLIENTS_GITHUB_TOKEN' ] } @github.com/elastic/elastic-client-generator-ruby.git "
45
45
end
46
46
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 '
54
54
end
55
55
56
56
desc <<-DESC
You can’t perform that action at this time.
0 commit comments