Merge commit '939177be6b30bd19dd3acfc1ae85690b83803234' as 'acm-hub-bootstrap'
This commit is contained in:
25
acm-hub-bootstrap/Makefile
Normal file
25
acm-hub-bootstrap/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