From dfc948e84798373352b03d3dd11465bd89eee38a Mon Sep 17 00:00:00 2001 From: Ellis Barnwell Date: Thu, 25 Nov 2021 13:11:18 +0000 Subject: Enable LFS in gitlab for raw files --- lorrycontroller/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lorrycontroller') 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) -- cgit v1.2.1