mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX bug
This commit is contained in:
@@ -10,7 +10,7 @@ namespace :dev_ops_languages do
|
||||
|
||||
languages.each do |l|
|
||||
content = Base64.encode64 l[:content]
|
||||
DevOps::Language.create!(name: l[:name], content: content)
|
||||
Ci::Language.create!(name: l[:name], content: content)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user