Commit 77e365e0 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Removing json files validation temporarily

parent 48ae6a74
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,7 @@ ERR=""
#specfiles=$(ls -I*definitions.*| egrep "^[^.]*.(json|yaml)")
#specfiles=$(ls -I*definitions.*| egrep "^[^.]*.(json|yaml)")
# for i in $specfiles ; do
# for i in $specfiles ; do


for i in ./*.json ./*.yaml ;  do
for i in ./*.yaml ;  do
    echo -e "\n--- Validating $i ---" | tee -a "$LOGFILE"
    echo -e "\n--- Validating $i ---" | tee -a "$LOGFILE"
    TMP_OUTPUT=$(mktemp)
    TMP_OUTPUT=$(mktemp)
    validate "$i" 2>&1 | tee $TMP_OUTPUT
    validate "$i" 2>&1 | tee $TMP_OUTPUT