Skip to content

Commit 8cfcbf8

Browse files
authored
Merge pull request #2894 from vvbandeira/metadata-off-default
util: disable generation of metadata-ok by default
2 parents 69f1217 + 4115a70 commit 8cfcbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/utils.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean_metadata:
1919
rm -f $(REPORTS_DIR)/metadata-$(FLOW_VARIANT).json
2020

2121
.PHONY: update_ok
22-
update_ok: update_metadata update_rules
22+
update_ok: update_rules
2323

2424
.PHONY: update_metadata
2525
update_metadata:

0 commit comments

Comments
 (0)