提交 40f67c1d 编写于 作者: R Rydkin Maxim

more brief way of get parent commit

上级 67f27a1c
...@@ -40,7 +40,7 @@ describe Ci::CreatePipelineService, services: true do ...@@ -40,7 +40,7 @@ describe Ci::CreatePipelineService, services: true do
end end
def previous_commit_sha_from_ref(ref) def previous_commit_sha_from_ref(ref)
project.repository.find_commits(ref: ref, max_count: 2)[1].id project.commit(ref).parent.sha
end end
before do before do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册