LFS migration (#23448)

* lfs url in .lfsconfig

* lfs push script
old-commit-hash: 89f2f1c4ec
commatwo_master
Greg Hogan 3 years ago committed by GitHub
parent 192978753d
commit 80c0f67e8a
  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