Squashed 'acm-hub-bootstrap/' content from commit 4b79b1a0
git-subtree-dir: acm-hub-bootstrap git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
.PHONY: default
|
||||
default: help
|
||||
|
||||
.PHONY: help
|
||||
##@ Pattern tasks
|
||||
|
||||
# No need to add a comment here as help is described in common/
|
||||
help:
|
||||
@make -f common/Makefile MAKEFILE_LIST="Makefile common/Makefile" help
|
||||
|
||||
%:
|
||||
make -f common/Makefile $*
|
||||
|
||||
.PHONY: install
|
||||
install: operator-deploy post-install ## installs the pattern and loads the secrets
|
||||
@echo "Installed"
|
||||
|
||||
.PHONY: post-install
|
||||
post-install: ## Post-install tasks
|
||||
make load-secrets
|
||||
@echo "Done"
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@make -f common/Makefile PATTERN_OPTS="-f values-global.yaml -f values-hub.yaml" test
|
||||
Reference in New Issue
Block a user