FIX devops author api

This commit is contained in:
Jasder 2020-08-26 15:02:02 +08:00
parent 1e99e87228
commit 72cacb72a6
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ class Ci::ProjectsController < Ci::BaseController
if request.put?
@user.set_drone_step!(User::DEVOPS_VERIFIED)
render_ok
end
@cloud_account = @user.ci_cloud_account
end