We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a268a5f commit 918a7c3Copy full SHA for 918a7c3
hooks/update.sh
@@ -24,10 +24,6 @@ if [ "$refname" = "refs/heads/trunk" ]; then
24
fi
25
26
log "==> git push github ($newrev:$refname)"
27
-if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" -o "${SVN_ACCOUNT_NAME:-}" = "k0kubun" ]; then
28
- env
29
- ssh -T [email protected]
30
-fi
31
if ! git push github "$newrev:$refname"; then
32
if [ "$refname" = "refs/heads/master" ]; then
33
nohup /home/git/ruby-commit-hook/bin/update-ruby.sh > /dev/null 2>&1 &
0 commit comments