mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-10 01:31:45 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user