Skip to content

Commit

Permalink
make start attempts to fast_register inside container (flyteorg#427)
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu authored Sep 29, 2021
1 parent f4bb0a0 commit f3b88f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3b88f2

Please sign in to comment.