Merge topic 'fix-lfs-ascent'

cb0f80698 ci,ascent: disable git-lfs pre-push hook

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !3085
This commit is contained in:
Vicente Bolea 2023-06-15 22:07:53 +00:00 committed by Kitware Robot
commit 017a9e3b48

@ -1,4 +1,3 @@
#!/bin/bash -ex #!/bin/bash -ex
git lfs uninstall git -c http.sslVerify=false push --no-verify -f "$1" "HEAD:refs/heads/${2}"
git -c http.sslVerify=false push -f "$1" "HEAD:refs/heads/${2}"