Skip to content

Commit a23325f

Browse files
committed
testing CI parameters
1 parent 158813e commit a23325f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ontology/bdso.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ all_imports: $(IMPORT_FILES)
7474

7575
# hard wiring for now. Work on patsubst later
7676
mirror/ensmusg.owl: ../templates/ensmusg.tsv .FORCE
77-
if [ $(MIR) = true ] && [ $(IMP) = true ]; then $(ROBOT) template --input $(SRC) --template $< \
77+
if [ $(MIR) = true ]; then $(ROBOT) template --input $(SRC) --template $< \
7878
--add-prefixes template_prefixes.json \
7979
annotate --ontology-iri ${BDS_BASE}$@ \
8080
convert --format ofn --output $@; fi

0 commit comments

Comments
 (0)