Skip to content
Snippets Groups Projects

[gitlab] - each commit is reviewed twice #20

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/20 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -93,7 +93,7 @@ commit_keys.each do |key|
puts "\t#{msg['message']}"
end
if (commit_status['warnings'].empty?) then
commit_status['messages'].each do |msg|
commit_status['warnings'].each do |msg|
puts "\t#{msg['message']}"
end
puts "Any warnings noted above may indicate compliance issues with committer ECA requirements. More information may be found on https://www.eclipse.org/legal/ECA.php"
Loading