Skip to content

Commit 61f1973

Browse files
committed
Deploy update hook
1 parent 9f5cb48 commit 61f1973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hooks/update.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash -eu
2+
set -o pipefail
3+
# This script is executed by `git@git.ruby-lang.org:ruby.git/hooks/update`.
4+
# Its outputs are logged to `/tmp/update.log`.
5+
6+
echo hello

0 commit comments

Comments
 (0)