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 @@ -30,7 +30,7 @@ PCL_LEGACY_FILE = components/pcl-legacy.owl
3030# TEMPLATE_CLASS_FILES = $(patsubst %, ../templates/_%class.tsv, $(JOBS))
3131
3232# overriding to add prefixes
33- $(PATTERNDIR ) /pattern.owl : pattern_schema_checks update_patterns
33+ $(PATTERNDIR ) /pattern.owl : update_patterns
3434 if [ $( PAT) = true ]; then $( DOSDPT) prototype --prefixes=template_prefixes.yaml --obo-prefixes true --template=$( PATTERNDIR) /dosdp-patterns --outfile=$@ ; fi
3535
3636individual_patterns_names_default := $(strip $(patsubst % .tsv,% , $(notdir $(wildcard $(PATTERNDIR ) /data/default/* .tsv) ) ) )
@@ -221,8 +221,8 @@ $(ONT)-pcl-comp.json: $(RELEASEDIR)/$(ONT)-pcl-comp.owl
221221 convert --check false -f json -o $@ .tmp.json && \
222222 jq -S ' walk(if type == "array" then sort else . end)' $@ .tmp.json > $(RELEASEDIR ) /$@ && rm $@ .tmp.json
223223
224-
225- # skip schema checks for now, because odk using the wrong validator
226- .PHONY : pattern_schema_checks
227- pattern_schema_checks : update_patterns
228- if [ $( PAT) = " skip" ]; then $( PATTERN_TESTER) $( PATTERNDIR) /dosdp-patterns/ ; fi
224+ # New ODK should remove the need for this
225+ # # skip schema checks for now, because odk using the wrong validator
226+ # # .PHONY: pattern_schema_checks
227+ # # pattern_schema_checks: update_patterns
228+ # # if [ $(PAT) = "skip" ]; then $(PATTERN_TESTER) $(PATTERNDIR)/dosdp-patterns/ ; fi
You can’t perform that action at this time.
0 commit comments