File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -99,15 +99,14 @@ jobs:
9999 - name : Outstanding TDs
100100 id : tds
101101 run : |
102- # make effective
103- # PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
102+ # make effective
103+ # PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
104104 if [ "${{steps.extract_branch.outputs.branch}}" == "master" ] &&
105105 ls input/tds/*.xml ; then
106106 echo "Master branch should not have TDs" >> output/TDValidationReport.txt
107107 fi
108- # PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
109- # java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
110-
108+ # PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
109+ # java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
111110
112111 - name : Set TD badge attributes
113112 run : |
You can’t perform that action at this time.
0 commit comments