This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
新增时向grimoirelab推送事件,异常处理,log
pull/327/head
xxq250
3 years ago
parent
abef11f71c
commit
d731cac280
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/jobs/issue_webhook_job.rb
+ 1
- 1
app/jobs/issue_webhook_job.rb
View File
@@ -160,7 +160,7 @@ class IssueWebhookJob < ApplicationJob
"username": "#{user.login}"
}
}
puts "event_json:#{event_json.to_json}"
begin
url = URI("http://117.50.185.50:80")
http = Net::HTTP.new(url.host, url.port)
Write
Preview
Loading…
Cancel
Save