separate generate plugins and check diff step

This commit is contained in:
Kurnianto Trilaksono
2023-09-28 21:49:57 +07:00
parent 9e101ee97f
commit d91ea65f5a
3 changed files with 8 additions and 8 deletions

View File

@@ -110,6 +110,7 @@ prow-presubmit-check: \
install-tools \
workspace-sync \
generate-kustomize-builtin-plugins \
builtin-plugins-diff \
test-unit-kustomize-plugins \
test-go-mod \
build-non-plugin-all \
@@ -185,7 +186,7 @@ test-examples-kustomize-against-latest-release: $(MYGOBIN)/mdrip
# Pushes dependencies in the go.work file back to go.mod files of each workspace module.
.PHONY: workspace-sync
workspace sync:
workspace-sync:
go work sync
./hack/doGoMod.sh tidy