Skip to content

Commit

Permalink
TMP: run scripts/update-ruby.sh in verbose mode
Browse files Browse the repository at this point in the history
This should be removed before merging.
  • Loading branch information
barbieri committed Oct 1, 2021
1 parent 5406044 commit bafdc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-oss-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ let numberOfChangedLinesWithNewVersion = exec(
).stdout.trim();

// Make sure to update ruby version
if (exec('scripts/update-ruby.sh').code) {
if (exec('VERBOSE=1 scripts/update-ruby.sh').code) {
echo('Failed to update Ruby version');
exit(1);
}
Expand Down

0 comments on commit bafdc8e

Please sign in to comment.