mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Disable 'Lint: Kubernetes Configs'
It is currently failing.
This commit is contained in:
committed by
Jeremy Edwards
parent
f3160cfc5c
commit
f379a5eb46
@ -119,10 +119,11 @@ steps:
|
||||
# args: ['/workspace']
|
||||
# waitFor: ['-']
|
||||
|
||||
- id: 'Lint: Kubernetes Configs'
|
||||
name: garethr/kubeval
|
||||
args: ['install/yaml/01-redis-simple.yaml', 'install/yaml/01-redis-chart.yaml', 'install/yaml/02-open-match.yaml']
|
||||
waitFor: ['-']
|
||||
# Also disabled for causing errors.
|
||||
# - id: 'Lint: Kubernetes Configs'
|
||||
# name: garethr/kubeval
|
||||
# args: ['install/yaml/01-redis-simple.yaml', 'install/yaml/01-redis-chart.yaml', 'install/yaml/02-open-match.yaml']
|
||||
# waitFor: ['-']
|
||||
|
||||
- id: 'Setup: Pull Dependencies'
|
||||
name: golang
|
||||
|
Reference in New Issue
Block a user