Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ process_xsd: format_issues=0 while IFS= read -r -d file; do echo $file done < <(find ./testing/xml -type f name "*.json" -print0) done < <(find ./testing/xml -type f -name "*.json" -print0) process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ process_xsd: format_issues=0 while IFS= read -r -d file; do echo $file done < <(find ./testing/xml -type f name "*.json" -print0) done < <(find ./testing/xml -type f -name "*.json" -print0) process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading