Skip to content
GitLab
Explore
Sign in
parity-test-sync
hook.sh
Find file
Normal view
History
Permalink
hook.sh
95 B
Newer
Older
Adding git hook
Tomusdrw
committed
Jan 22, 2016
1
2
3
#!/bin/sh
echo
"#!/bin/sh
\n
cargo test"
>>
./.git/hooks/pre-push
chmod
+x ./.git/hooks/pre-push