This commit is contained in:
parent
7f7c4ac4a3
commit
f794b3dd03
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
for i in $(find . -name "docker-compose.yml" -exec sh -c 'docker-compose -f {} config -q; echo {}:$?' \;); do
|
for i in $(find . -name "docker-compose.yaml" -exec sh -c 'docker-compose -f {} config -q; echo {}:$?' \;); do
|
||||||
conf=$(echo $i | cut -d: -f1)
|
conf=$(echo $i | cut -d: -f1)
|
||||||
return_code=$(echo $i | cut -d: -f2)
|
return_code=$(echo $i | cut -d: -f2)
|
||||||
if [ $return_code -ne "0" ]; then
|
if [ $return_code -ne "0" ]; then
|
||||||
|
|
Loading…
Reference in a new issue