LFS migration (#23448)

* lfs url in .lfsconfig

* lfs push script
pull/23451/head
Greg Hogan 3 years ago committed by GitHub
parent 6664421710
commit 89f2f1c4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .lfsconfig
  2. 2
      lfs-push.sh

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

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