We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git commit
1 parent bd0ddd2 commit dd4f2d3Copy full SHA for dd4f2d3
build.rb
@@ -32,4 +32,4 @@ def sh(*command)
32
File.write(file, lines.join)
33
34
sh 'git', 'add', file
35
-sh 'git', 'commit', '-m', "Build #{versions.join(',')}"
+system 'git', 'commit', '-m', "Build #{versions.join(',')}"
0 commit comments