Add local pipeline demo launcher
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.PHONY: demo-ui demo-down demo-logs
|
||||
|
||||
# Convenient entry points from the repository root. Extra settings are passed
|
||||
# through, for example: make demo-ui DEMO_WORKERS=3
|
||||
demo-ui:
|
||||
$(MAKE) -C coordinator demo-ui
|
||||
|
||||
demo-down:
|
||||
$(MAKE) -C coordinator demo-down
|
||||
|
||||
demo-logs:
|
||||
$(MAKE) -C coordinator demo-logs
|
||||
Reference in New Issue
Block a user