Skip to content

Commit c48b388

Browse files
committed
jsontogitlab needs section_begin changed
1 parent e30cf7f commit c48b388

File tree

7 files changed

+1
-263
lines changed

7 files changed

+1
-263
lines changed

.github/jobs/webstandard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ "$TEST" = "w3cval" ]; then
123123
NEWFOUNDERRORS=$("$DIR"/vnu-runtime-image/bin/vnu --errors-only --exit-zero-always --skip-non-$typ --format gnu $FLTR "$URL" 2>&1 | wc -l)
124124
FOUNDERR=$((NEWFOUNDERRORS+FOUNDERR))
125125
python3 -m "json.tool" < result.json > "$ARTIFACTS/w3c$typ$URL.json"
126-
trace_off; python3 gitlab/jsontogitlab.py "$ARTIFACTS/w3c$typ$URL.json"; trace_on
126+
trace_off; python3 .github/jobs/jsontogitlab.py "$ARTIFACTS/w3c$typ$URL.json"; trace_on
127127
section_end
128128
done
129129
else

gitlab/base.sh

Lines changed: 0 additions & 89 deletions
This file was deleted.

gitlab/ci/template.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

gitlab/ci/unit.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

gitlab/ci_settings.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

gitlab/default-nginx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)