Skip to content

Commit

Permalink
[Monorepo]: Move the hack demo scripts to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Feb 10, 2025
1 parent 4a007b0 commit 495dda4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/catalogd-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ jobs:
with:
go-version-file: "go.mod"
- name: Run Demo Update
working-directory: catalogd
run: make demo-update

5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,9 @@ deploy-docs: venv
. $(VENV)/activate; \
mkdocs gh-deploy --force

# The demo script requires to install asciinema with: brew install asciinema to run on mac os envs.
.PHONY: demo-update #HELP build demo
demo-update:
./hack/demo/generate-asciidemo.sh

include Makefile.venv
6 changes: 0 additions & 6 deletions catalogd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,3 @@ build-container: build-linux ## Build docker image for catalogd.
kind-load: $(KIND) ## Load the built images onto the local cluster
$(CONTAINER_RUNTIME) save $(IMAGE) | $(KIND) load image-archive /dev/stdin --name $(KIND_CLUSTER_NAME)

##@ Deploy

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

0 comments on commit 495dda4

Please sign in to comment.