Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2021-10-25 15:12:11 +00:00
parent e5d3d8c323
commit 82c63f420c
32 changed files with 1442 additions and 87 deletions

View File

@ -9,3 +9,10 @@ module API
endpoint: ENV['CI_API_V4_URL'] || 'https://gitlab.com/api/v4'
}.freeze
end
module Host
DEFAULT_OPTIONS = {
instance_base_url: ENV['CI_SERVER_URL'],
mr_id: ENV['CI_MERGE_REQUEST_ID']
}.freeze
end