Commit caec3210 authored by carignani's avatar carignani
Browse files

Update validate-all.sh

parent c067f474
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
# Copyright ETSI 2019
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt

ls

ls | grep yaml

# If there are no YAML file, simply exit
if [ ! $(ls | grep yaml) ] ; then 
    echo "-- No YAML files."