Commit 8f15ba67 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Duplicating Steije's bash magic

parent 2ec9155e
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -41,11 +41,14 @@ process_xsd:
          echo "❌ failed schema checks for $file"
          format_issues=1
        fi
        echo ""
        echo "..."
        echo ""
      done < <(find ./testing/xml -type f -name "*.json" -print0)
      if [ "$format_issues" -eq 1 ]; then
        exit 1
      fi
      echo "✅ XSD validation OK"
      echo "✅ XSD validation OK for $file"

process_json:
  image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest"