Skip to content
Snippets Groups Projects
Unverified Commit 6643de5d authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove colons from section names

Collapsible sections use colons as a separator, so we replace them in
the name with hyphens.
parent d9d6896d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,6 +24,8 @@ module Gitlab
def section_start(name, description = name)
return unless ENV['CI']
 
name.tr!(':', '-')
@section_name = name
$stdout.puts "section_start:#{Time.now.to_i}:#{name}\r\e[0K#{description}"
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment