We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e90007 commit b29e895Copy full SHA for b29e895
hooks/update.sh
@@ -21,7 +21,7 @@ if [ "$refname" = "refs/heads/trunk" ]; then
21
fi
22
23
log "==> git push github ($newrev:$refname)"
24
-if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" ]; then
+if [ "${SVN_ACCOUNT_NAME:-}" = "ko1" -o "${SVN_ACCOUNT_NAME:-}" = "k0kubun" ]; then
25
ssh -T git@github.com
26
27
if ! git push github "$newrev:$refname"; then
0 commit comments