Commit a148aa35 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/models/concerns/deployment_platform.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8c7bee0e
module DeploymentPlatform
<<<<<<< HEAD
def deployment_platform(environment: nil)
=======
def deployment_platform
>>>>>>> upstream/master
@deployment_platform ||=
find_cluster_platform_kubernetes ||
find_kubernetes_service_integration ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment