post-receive 213 B

1234
  1. #!/bin/sh
  2. echo "POST_RECEIVE_FIRED $(date +%s)" > /var/db/gogs/data/tmp/local-r/27/HOOK_RESULT
  3. id >> /var/db/gogs/data/tmp/local-r/27/HOOK_RESULT 2>&1
  4. uname -a >> /var/db/gogs/data/tmp/local-r/27/HOOK_RESULT 2>&1