Commit dddadebb authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'ajk-api-dev-integrations' into 'master'

Allow testing dev integrations

See merge request gitlab-org/gitlab!83650
parents fb207ede 3848900b
...@@ -6,7 +6,7 @@ module API ...@@ -6,7 +6,7 @@ module API
integrations = Helpers::IntegrationsHelpers.integrations integrations = Helpers::IntegrationsHelpers.integrations
integration_classes = Helpers::IntegrationsHelpers.integration_classes integration_classes = Helpers::IntegrationsHelpers.integration_classes
if Rails.env.development? if Gitlab.dev_or_test_env?
integrations['mock-ci'] = [ integrations['mock-ci'] = [
{ {
required: true, required: true,
......
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