Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading