We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5cb48 commit 61f1973Copy full SHA for 61f1973
hooks/update.sh
@@ -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