Skip to content

Commit 06e8ccb

Browse files
[Monorepo]: Move the hack demo scripts to the root
1 parent 1cf5261 commit 06e8ccb

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Makefile

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

369+
# The demo script requires to install asciinema with: brew install asciinema to run on mac os envs.
370+
.PHONY: demo-update #HELP build demo
371+
demo-update:
372+
./hack/demo/generate-asciidemo.sh
373+
369374
include Makefile.venv

catalogd/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@ cert-manager:
206206
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MGR_VERSION}/cert-manager.yaml
207207
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
208208

209-
# The demo script requires to install asciinema with: brew install asciinema to run on mac os envs.
210-
.PHONY: demo-update #HELP build demo
211-
demo-update:
212-
hack/scripts/generate-asciidemo.sh
213-
214209
.PHONY: check-cluster
215210
check-cluster:
216211
@kubectl config current-context >/dev/null 2>&1 || ( \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)