fix: remove git hooks
This commit is contained in:
parent
73ab8eae21
commit
8722409004
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
echo "hook -> post-receive"
|
||||
while read oldrev newrev refname; do
|
||||
git --work-tree=".." checkout -f "$newrev"
|
||||
done
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
echo "hook -> pre-receive"
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Firing update hook"
|
|
@ -268,7 +268,7 @@ cmd_usage() {
|
|||
Start interactive network vm in the foreground
|
||||
netvm status
|
||||
Get hostname and uptime from running network vm
|
||||
netvm attach <vendorid:deviceid>
|
||||
netvm attach <vendorid:deviceid>
|
||||
Hot-plug a USB device to network VM
|
||||
netvm push <local-path> <remote-path>
|
||||
Push a local file to the network VM
|
||||
|
|
Loading…
Reference in New Issue