Skip to content
Snippets Groups Projects
Commit d502ce59 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix rubocop

parent b4ea5e3b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,7 +31,6 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
if @cluster.persisted?
redirect_to project_cluster_path(project, @cluster)
else
puts "NOT PERSISTED"
render :new
end
end
Loading
Loading
@@ -49,7 +48,7 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
:machine_type
]).merge(
provider_type: :gcp,
platform_type: :kubernetes,
platform_type: :kubernetes
)
end
 
Loading
Loading
Loading
Loading
@@ -33,7 +33,7 @@ class Projects::Clusters::KubernetesController < Projects::ApplicationController
:ca_cert
]).merge(
provider_type: :user,
platform_type: :kubernetes,
platform_type: :kubernetes
)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment