We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2746f commit a268a5fCopy full SHA for a268a5f
hooks/post-receive.sh
@@ -7,6 +7,9 @@ set -o pipefail
7
ruby_git="/var/git/ruby.git"
8
ruby_commit_hook="$(cd "$(dirname $0)"; cd ..; pwd)"
9
10
+# Cancel impact of SSH Agent Forwarding to git push by matzbot
11
+unset SSH_AUTH_SOCK
12
+
13
function log() {
14
echo -e "[$$: $(date "+%Y-%m-%d %H:%M:%S %Z")] $1"
15
}
hooks/update.sh
@@ -7,6 +7,9 @@ refname="$1"
oldrev="$2"
newrev="$3"
0 commit comments