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 37e7490 commit bef2270Copy full SHA for bef2270
rake_tasks/automation.rake
@@ -29,7 +29,7 @@ namespace :automation do
29
RELEASE_TOGETHER.each do |gem|
30
puts '-' * 80
31
puts "Building #{gem} v#{version} to #{output_dir}"
32
- sh "cd #{CURRENT_PATH.join(gem)} " \
+ system "cd #{CURRENT_PATH.join(gem)} " \
33
"&& gem build --silent -o #{gem}-#{version}.gem && " \
34
"mv *.gem #{CURRENT_PATH.join(output_dir)}"
35
end
0 commit comments