summaryrefslogtreecommitdiff
path: root/lorrycontroller/gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/gitlab.py')
-rw-r--r--lorrycontroller/gitlab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/gitlab.py b/lorrycontroller/gitlab.py
index bb603de..3412511 100644
--- a/lorrycontroller/gitlab.py
+++ b/lorrycontroller/gitlab.py
@@ -129,7 +129,7 @@ class GitlabDownstream(hosts.DownstreamHost):
'pages_access_level': 'disabled',
'container_registry_enabled': False,
'autoclose_referenced_issues': False,
- 'lfs_enabled': False,
+ 'lfs_enabled': True,
'auto_devops_enabled': False,
}
project = self.gl.projects.create(proj_create)