Skip to content

Commit 4115a70

Browse files
committed
util: disable generation of metadata-ok by default
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 3b42c16 commit 4115a70

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)