Skip to content
Snippets Groups Projects
Commit 14966419 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix closing braces in YAML processor specs

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