From f3b88f2ff6c521873747bf577b82857981f37d9c Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Wed, 29 Sep 2021 00:08:54 -0700 Subject: [PATCH] make start attempts to fast_register inside container (#427) Signed-off-by: Haytham Abuelfutuh --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f7693b27f7..7a75d267c2 100644 --- a/Makefile +++ b/Makefile @@ -53,10 +53,7 @@ setup: flytectl config init .PHONY: start -start: setup - $(call LOG,Registering examples from commit: latest) - REGISTRY=cr.flyte.org/flyteorg VERSION=latest $(call RUN_IN_SANDBOX,make -C cookbook/$(EXAMPLES_MODULE) fast_register) - +start: setup fast_register echo "Flyte is ready! Flyte UI is available at http://localhost:$(FLYTE_PROXY_PORT)/console." .PHONY: teardown