Commit 42ee3081 authored by Juanito Fatas's avatar Juanito Fatas

Restore the method that always return true

parent d2d25a40
...@@ -18,6 +18,13 @@ class BuildkiteService < CiService ...@@ -18,6 +18,13 @@ class BuildkiteService < CiService
%w(push merge_request tag_push) %w(push merge_request tag_push)
end end
# This is a stub method to work with deprecated API response
# TODO: remove enable_ssl_verification after 14.0
# https://gitlab.com/gitlab-org/gitlab/-/issues/222808
def enable_ssl_verification
true
end
# Since SSL verification will always be enabled for Buildkite, # Since SSL verification will always be enabled for Buildkite,
# we no longer needs to store the boolean. # we no longer needs to store the boolean.
# This is a stub method to work with deprecated API param. # This is a stub method to work with deprecated API param.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment