diff options
-rwxr-xr-x | Biz/Ide/hooks/pre-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/hooks/pre-push b/Biz/Ide/hooks/pre-push index fc0ca3d..fd243a9 100755 --- a/Biz/Ide/hooks/pre-push +++ b/Biz/Ide/hooks/pre-push @@ -18,4 +18,4 @@ do done gitlint --commits "$range" lint git test run --command ci "$range" -git push "$remote" refs/notes/ci +git push "$remote" refs/notes/ci --no-verify |