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
Merge branch 'dev_devops' of
http://gitea.trustie.net/jasder/forgeplus
into dev_devops
tags/v1.0.0
sylor_huang@126.com
6 years ago
parent
d4220efc00
69425d6d0a
commit
b73dc77a4b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/controllers/dev_ops/cloud_accounts_controller.rb
+ 0
- 1
app/controllers/dev_ops/cloud_accounts_controller.rb
View File
@@ -23,7 +23,6 @@ class DevOps::CloudAccountsController < ApplicationController
cloud_account.save!
end
# 2. 生成oauth2应用程序的client_id和client_secrete
gitea_oauth = Gitea::Oauth2::CreateService.call(current_user.gitea_token, {name: "pipeline", redirect_uris: ["#{cloud_account.drone_url}/login"]})
logger.info "######### gitea_oauth: #{gitea_oauth}"
Write
Preview
Loading…
Cancel
Save