Skip to content

Commit 8d24ac6

Browse files
committed
Migrate fetch_changesets to GitHub Actions
1 parent e2bb85c commit 8d24ac6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ On each commit of Ruby's Git repository, following git hooks are triggered:
1212
### post-receive
1313

1414
* Send notification to [email protected]
15-
* Request Redmine to fetch changesets
1615

1716
## The directory structure of `git.ruby-lang.org`
1817

hooks/post-receive.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ log "==> commit-email.rb"
2727
--viewer-uri "https://github.com/ruby/ruby/commit/" \
2828
--error-to [email protected]
2929

30-
log "==> redmine fetch changesets"
31-
curl -s "https://bugs.ruby-lang.org/sys/fetch_changesets?key=`cat ~git/config/redmine.key`" &
32-
3330
log "### end ###\n"

0 commit comments

Comments
 (0)