2021-06-11 17:00:45 +00:00
|
|
|
pull-scripts:
|
|
|
|
./scripts/pull-scripts
|
2020-06-30 18:08:43 +00:00
|
|
|
|
2022-08-22 09:22:40 +00:00
|
|
|
TARGETS := prepare patch charts clean template
|
|
|
|
|
|
|
|
validate:
|
|
|
|
@./scripts/pull-ci-scripts
|
|
|
|
@./bin/partner-charts-ci validate
|
2020-06-30 18:08:43 +00:00
|
|
|
|
2021-06-11 17:00:45 +00:00
|
|
|
$(TARGETS):
|
|
|
|
@./scripts/pull-scripts
|
|
|
|
@./bin/charts-build-scripts $@
|
2020-06-30 18:08:43 +00:00
|
|
|
|
2022-08-22 09:22:40 +00:00
|
|
|
.PHONY: $(TARGETS) validate
|