Skip to content

Commit

Permalink
jsontogitlab needs section_begin changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 7, 2024
1 parent e30cf7f commit c48b388
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 263 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/jobs/webstandard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [ "$TEST" = "w3cval" ]; then
NEWFOUNDERRORS=$("$DIR"/vnu-runtime-image/bin/vnu --errors-only --exit-zero-always --skip-non-$typ --format gnu $FLTR "$URL" 2>&1 | wc -l)
FOUNDERR=$((NEWFOUNDERRORS+FOUNDERR))
python3 -m "json.tool" < result.json > "$ARTIFACTS/w3c$typ$URL.json"
trace_off; python3 gitlab/jsontogitlab.py "$ARTIFACTS/w3c$typ$URL.json"; trace_on
trace_off; python3 .github/jobs/jsontogitlab.py "$ARTIFACTS/w3c$typ$URL.json"; trace_on
section_end
done
else
Expand Down
89 changes: 0 additions & 89 deletions gitlab/base.sh

This file was deleted.

64 changes: 0 additions & 64 deletions gitlab/ci/template.yml

This file was deleted.

42 changes: 0 additions & 42 deletions gitlab/ci/unit.yml

This file was deleted.

55 changes: 0 additions & 55 deletions gitlab/ci_settings.sh

This file was deleted.

12 changes: 0 additions & 12 deletions gitlab/default-nginx

This file was deleted.

0 comments on commit c48b388

Please sign in to comment.