Skip to content
Snippets Groups Projects
Commit 8cff79bc authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Fix static analysys. Fix import config.

parent 982c2b83
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,9 @@ module Gcp
}
 
validates :gcp_cluster_zone, presence: true
validates :gcp_cluster_size, presence: true,
validates :gcp_cluster_size,
presence: true,
numericality: {
only_integer: true,
greater_than: 0
Loading
Loading
Loading
Loading
@@ -147,7 +147,7 @@ deploy_keys:
- user
- deploy_keys_projects
- projects
clusters:
cluster:
- project
- user
- service
Loading
Loading
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