Commit 14966419 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix closing braces in YAML processor specs

parent f0287186
...@@ -529,7 +529,8 @@ module Gitlab ...@@ -529,7 +529,8 @@ module Gitlab
rspec: { rspec: {
script: "rspec", script: "rspec",
type: type, type: type,
except: ["branches@#{seed_pipeline.project_full_path}"] } except: ["branches@#{seed_pipeline.project_full_path}"]
}
}) })
config_processor = Gitlab::Ci::YamlProcessor.new(config) config_processor = Gitlab::Ci::YamlProcessor.new(config)
......
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