lfs: easier to use config (#23490)
This commit is contained in:
parent
233a6e4a62
commit
24213ac76b
|
@ -1,3 +1,4 @@
|
||||||
[lfs]
|
[lfs]
|
||||||
url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs
|
url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs
|
||||||
pushurl =
|
pushurl = ssh://git@gitlab.com/commaai/openpilot-lfs.git
|
||||||
|
locksverify = false
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
git -c lfs.pushurl=ssh://git@gitlab.com/commaai/openpilot-lfs.git push
|
|
Loading…
Reference in New Issue