Skip to content

Commit b29e895

Browse files
committed
Also debug k0kubun's push
1 parent 5e90007 commit b29e895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ "$refname" = "refs/heads/trunk" ]; then
2121
fi
2222

2323
log "==> git push github ($newrev:$refname)"
24-
if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" ]; then
24+
if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" -o "${SVN_ACCOUNT_NAME:-}" = "k0kubun" ]; then
2525
ssh -T git@github.com
2626
fi
2727
if ! git push github "$newrev:$refname"; then

0 commit comments

Comments
 (0)