summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllis Barnwell <ellis.barnwell@codethink.co.uk>2021-11-25 13:11:18 +0000
committerEllis Barnwell <ellis.barnwell@codethink.co.uk>2021-11-25 13:40:52 +0000
commitdfc948e84798373352b03d3dd11465bd89eee38a (patch)
tree48f82970cfdd35050ff4430f0358c51a88b6de4b
parent9a7b2253220ac5790c18ccde41a6fe9347831153 (diff)
downloadlorry-controller-dfc948e84798373352b03d3dd11465bd89eee38a.tar.gz
Enable LFS in gitlab for raw files
-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)