Commit dce72999 authored by Douwe Maan's avatar Douwe Maan
Browse files

No || needed

parent 6edc8d50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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?