Merge pull request #6424 from endzyme/patch-1

added verify false on gitlab_ci integrations
This commit is contained in:
Dmitriy Zaporozhets
2014-02-28 22:45:51 +02:00
@@ -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"]