Fix to pass linters tests
Change-Id: I87abb5ff697243c9e724e0132f60f47823acac2b
This commit is contained in:
parent
38d9ef6e77
commit
89fa5dc257
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.fuel-infra.org
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=nextgen/project-config.git
|
||||
project=openstack/fuel-ccp-ci-config.git
|
||||
|
7
tools/run-check-yaml-syntax.sh
Executable file
7
tools/run-check-yaml-syntax.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
### Temp yaml syntax checker script.
|
||||
set -e
|
||||
for file in $(find . -name '*.yaml'); do
|
||||
yamllint -d relaxed $file
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user