LFS migration (#23448)

* lfs url in .lfsconfig

* lfs push script
pull/23451/head
Greg Hogan 2022-01-07 18:39:09 -08:00 committed by GitHub
parent 6664421710
commit 89f2f1c4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

3
.lfsconfig 100644
View File

@ -0,0 +1,3 @@
[lfs]
url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs
pushurl =

2
lfs-push.sh 100755
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
git -c lfs.pushurl=ssh://git@gitlab.com/commaai/openpilot-lfs.git push