[DO NOT MERGE] It's trigger just for test jenkins job

Change-Id: Ie5cd028a0da487b5c9dcfb01141597816b62f1f4
This commit is contained in:
Artur Zarzycki 2016-07-20 12:53:22 +02:00
parent 1d5c197c4f
commit 5cec55293c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
### Temp yaml syntax checker script.
### Temp yaml syntax checker script
set -e
for file in $(find . -name '*.yaml'); do
yamllint -d relaxed $file