Skip to content

Commit 1fbf046

Browse files
[Monorepo]: Move the hack demo scripts to the root
1 parent 4a007b0 commit 1fbf046

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,9 @@ deploy-docs: venv
407407
. $(VENV)/activate; \
408408
mkdocs gh-deploy --force
409409

410+
# The demo script requires to install asciinema with: brew install asciinema to run on mac os envs.
411+
.PHONY: demo-update #HELP build demo
412+
demo-update:
413+
./hack/demo/generate-asciidemo.sh
414+
410415
include Makefile.venv

catalogd/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,3 @@ build-container: build-linux ## Build docker image for catalogd.
118118
kind-load: $(KIND) ## Load the built images onto the local cluster
119119
$(CONTAINER_RUNTIME) save $(IMAGE) | $(KIND) load image-archive /dev/stdin --name $(KIND_CLUSTER_NAME)
120120

121-
##@ Deploy
122-
123-
# The demo script requires to install asciinema with: brew install asciinema to run on mac os envs.
124-
.PHONY: demo-update #HELP build demo
125-
demo-update:
126-
hack/scripts/generate-asciidemo.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)