Skip to content

Commit 347f98a

Browse files
committed
Do not clean up bridge files.
For consistency with how we treat other release artefacts such as subsets, we should not forcefully clean bridge files.
1 parent 62e4643 commit 347f98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/src/ontology/Makefile.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ check_rdfxml_assets: $(foreach product,$(MAIN_PRODUCTS),check_rdfxml_$(product).
448448
KEEPRELATIONS=keeprelations.txt
449449
{% endif -%}
450450

451-
CLEANFILES=$(MAIN_FILES) $(BRIDGE_FILES) $(SRCMERGED) $(EDIT_PREPROCESSED)
451+
CLEANFILES=$(MAIN_FILES) $(SRCMERGED) $(EDIT_PREPROCESSED)
452452

453453
# This should be executed by the release manager whenever time comes to make a release.
454454
# It will ensure that all assets/files are fresh, and will copy to release folder

0 commit comments

Comments
 (0)