We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfa73 commit f3ed893Copy full SHA for f3ed893
bin/notes-github-pr.rb
hooks/post-receive.sh
@@ -30,10 +30,4 @@ log "==> commit-email.rb"
30
log "==> redmine fetch changesets"
31
curl -s "https://bugs.ruby-lang.org/sys/fetch_changesets?key=`cat ~git/config/redmine.key`" &
32
33
-# Make extra commits from here.
34
-# The above procedure will be executed for the these commits in another post-receive hook.
35
-
36
-log "==> notes-github-pr"
37
-SVN_ACCOUNT_NAME=git "${ruby_commit_hook}/bin/notes-github-pr.rb" "$ruby_git" $*
38
39
log "### end ###\n"
0 commit comments