Skip to content

Commit 6ca68c4

Browse files
[Monorepo]: Move the hack demo scripts to the root (#1739)
1 parent 6f2acec commit 6ca68c4

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

.github/workflows/catalogd-demo.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ jobs:
2020
with:
2121
go-version-file: "go.mod"
2222
- name: Run Demo Update
23-
working-directory: catalogd
2423
run: make demo-update
2524

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 #EXHELP 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.

0 commit comments

Comments
 (0)