Skip to content
Snippets Groups Projects
Commit 32bfc4be authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6424 from endzyme/patch-1

added verify false on gitlab_ci integrations
parents 42e34aec 5cabc836
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ class GitlabCiService < Service
end
 
def commit_status sha
response = HTTParty.get(commit_status_path(sha))
response = HTTParty.get(commit_status_path(sha), verify: false)
 
if response.code == 200 and response["status"]
response["status"]
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