rancher-charts/Makefile

23 lines
545 B
Makefile

pull-scripts:
./scripts/pull-scripts
remove:
./scripts/remove-asset
forward-port:
./scripts/forward-port
check-release-yaml:
./scripts/check-release-yaml
lifecycle-assets:
@./scripts/pull-scripts
@./bin/charts-build-scripts lifecycle-assets --branch-version=$(BRANCH_VERSION) --debugFlag=$(DEBUG) --chart=$(CHART)
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template regsync check-images check-rc
$(TARGETS):
@./scripts/pull-scripts
@./bin/charts-build-scripts $@
.PHONY: $(TARGETS)