Commit b4b9df27 authored by Kamil Trzciński's avatar Kamil Trzciński

Allow [Symbol] when loading YAML

parent c5dacce4
......@@ -10,7 +10,7 @@ module Ci
attr_reader :before_script, :image, :services, :variables, :path, :cache
def initialize(config, path = nil)
@config = YAML.safe_load(config)
@config = YAML.safe_load(config, [Symbol])
@path = path
unless @config.is_a? Hash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment