We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a84470 commit 7bc6275Copy full SHA for 7bc6275
testing/local-binder-mocked-hub/binderhub_config.py
@@ -8,13 +8,13 @@
8
9
from binderhub.build import FakeBuild
10
from binderhub.registry import FakeRegistry
11
-from binderhub.repoproviders import FakeProvider
+from binderhub.repoproviders import FakeProvider, GitLabRepoProvider
12
13
c.BinderHub.debug = True
14
c.BinderHub.use_registry = True
15
c.BinderHub.registry_class = FakeRegistry
16
c.BinderHub.builder_required = False
17
-c.BinderHub.repo_providers = {"gh": FakeProvider}
+c.BinderHub.repo_providers = {"gh": FakeProvider, "gl": GitLabRepoProvider}
18
c.BinderHub.build_class = FakeBuild
19
20
# Uncomment the following line to enable BinderHub's API only mode
0 commit comments