Loading app/models/ci/pipeline.rb +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ def config_processor def ci_yaml_file return @ci_yaml_file if defined?(@ci_yaml_file) @ci_yaml_file ||= project.repository.gitlab_ci_yml_for(sha) @ci_yaml_file = project.repository.gitlab_ci_yml_for(sha) end def has_yaml_errors? Loading Loading
app/models/ci/pipeline.rb +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ def config_processor def ci_yaml_file return @ci_yaml_file if defined?(@ci_yaml_file) @ci_yaml_file ||= project.repository.gitlab_ci_yml_for(sha) @ci_yaml_file = project.repository.gitlab_ci_yml_for(sha) end def has_yaml_errors? Loading