File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : QuickBuild v4.4
1+ name : QuickBuild v4.5 20241220
22
33on :
44 push :
@@ -99,15 +99,15 @@ 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
104102 if [ "${{steps.extract_branch.outputs.branch}}" == "master" ] &&
105103 ls input/tds/*.xml ; then
106104 echo "Master branch should not have TDs" >> output/TDValidationReport.txt
107105 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-
106+ # make effective
107+ # PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
108+ # IF STATEMENT HERE
109+ # PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
110+ # java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
111111
112112 - name : Set TD badge attributes
113113 run : |
You can’t perform that action at this time.
0 commit comments