rancher-charts/Makefile

19 lines
387 B
Makefile
Raw Normal View History

pull-scripts:
./scripts/pull-scripts
2022-01-04 00:10:36 +00:00
remove:
./scripts/remove-asset
2022-03-07 19:33:22 +00:00
forward-port:
./scripts/forward-port
2023-09-07 02:52:40 +00:00
check-release-yaml:
./scripts/check-release-yaml
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template regsync check-images check-rc icon
$(TARGETS):
2022-01-04 00:10:36 +00:00
@./scripts/pull-scripts
@./bin/charts-build-scripts $@
.PHONY: $(TARGETS)