Skip to content

Commit

Permalink
remove pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobeha committed Feb 16, 2024
1 parent 2a6194c commit f70807b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .githooks/pre-push.sh

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ clean:
# Install pre-commit and pre-push hooks
setup:
cp -f .githooks/pre-commit.sh .git/hooks/pre-commit
cp -f .githooks/pre-push.sh .git/hooks/pre-push
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<configuration>
<installHooks>
<pre-commit>.githooks/pre-commit.sh</pre-commit>
<pre-push>.githooks/pre-push.sh</pre-push>
</installHooks>
</configuration>
<executions>
Expand Down

0 comments on commit f70807b

Please sign in to comment.