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
修复
pull/313/head
yystopf
3 years ago
parent
3d5b2e76d7
commit
84a8339a04
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/tasks/sync_data_to_gitea.rake
+ 1
- 1
lib/tasks/sync_data_to_gitea.rake
View File
@@ -28,7 +28,7 @@ namespace :sync_data_to_gitea do
end
end
org.organization_users.each do |user|
next if (
$gitea_client.get_orgs_members_by_org_username(org.login, user.login) rescue n
il)
$gitea_client.get_orgs_members_by_org_username(org.login, user.login) rescue n
ext
user.destroy!
end
end
Write
Preview
Loading…
Cancel
Save