fix: remove git hooks

This commit is contained in:
Anton Livaja 2025-05-01 13:41:25 -07:00
parent 73ab8eae21
commit 8722409004
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
4 changed files with 1 additions and 12 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo "hook -> pre-receive"

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo "Firing update hook"

View File

@ -268,7 +268,7 @@ cmd_usage() {
Start interactive network vm in the foreground Start interactive network vm in the foreground
netvm status netvm status
Get hostname and uptime from running network vm Get hostname and uptime from running network vm
netvm attach <vendorid:deviceid> netvm attach <vendorid:deviceid>
Hot-plug a USB device to network VM Hot-plug a USB device to network VM
netvm push <local-path> <remote-path> netvm push <local-path> <remote-path>
Push a local file to the network VM Push a local file to the network VM