Skip to content

Commit bcce98f

Browse files
committed
Add export for env variable
1 parent a4a204b commit bcce98f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ demo-all: build-all init-sample-data
543543
$(call start_demo,--profile experimental)
544544

545545
.PHONY: demo-tracker
546-
demo-tracker: CONTROLLER_ENABLE_ANALYTICS_ONLY=true
546+
demo-tracker: export CONTROLLER_ENABLE_ANALYTICS_ONLY=true
547547
demo-tracker: build-all init-sample-data
548548
$(call start_demo,--profile tracker)
549549

0 commit comments

Comments
 (0)