Skip to content
Snippets Groups Projects
Commit 065fe557 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fixed failure reading .gitlab-ci.yml

parent a2667528
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -211,7 +211,7 @@ module Ci
end
 
def ci_yaml_file
gl_project.repository.blob_at(sha, '.gitlab-ci.yml')
gl_project.repository.blob_at(sha, '.gitlab-ci.yml').data
rescue
nil
end
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