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

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-06-15 17:41:14 -04:00
parent bde9c9b8a3
commit cb0f806988

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