Skip to content
Snippets Groups Projects
Unverified Commit 3246ed51 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update GitLab CI service to work with new GitLab CI

parent d7c50b4a
Branches
Tags
No related merge requests found
Loading
Loading
@@ -28,7 +28,7 @@ class GitlabCiService < CiService
end
 
def commit_status_path(sha)
project_url + "/builds/#{sha}/status.json?token=#{token}"
project_url + "/commits/#{sha}/status.json?token=#{token}"
end
 
def get_ci_build(sha)
Loading
Loading
@@ -55,7 +55,7 @@ class GitlabCiService < CiService
end
 
def build_page(sha)
project_url + "/builds/#{sha}"
project_url + "/commits/#{sha}"
end
 
def builds_path
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment