File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ verify-kustomize-repo: \
108
108
.PHONY : prow-presubmit-check
109
109
prow-presubmit-check : \
110
110
install-tools \
111
+ workspace-sync \
112
+ generate-kustomize-builtin-plugins \
111
113
test-unit-kustomize-plugins \
112
114
test-go-mod \
113
115
build-non-plugin-all \
114
116
test-examples-kustomize-against-HEAD \
115
- test-examples-kustomize-against-latest-release \
116
- workspace-sync \
117
- generate-kustomize-builtin-plugins
117
+ test-examples-kustomize-against-latest-release
118
118
119
119
.PHONY : license
120
120
license : $(MYGOBIN ) /addlicense
@@ -183,10 +183,6 @@ test-examples-kustomize-against-HEAD: $(MYGOBIN)/kustomize $(MYGOBIN)/mdrip
183
183
test-examples-kustomize-against-latest-release : $(MYGOBIN ) /mdrip
184
184
./hack/testExamplesAgainstKustomize.sh v5@$(LATEST_RELEASE )
185
185
186
- .PHONY : generate-kustomize-builtin-plugins
187
- generate-kustomize-builtin-plugins :
188
- $(MAKE ) -f Makefile-plugin.mk
189
-
190
186
# Pushes dependencies in the go.work file back to go.mod files of each workspace module.
191
187
.PHONY : workspace-sync
192
188
workspace sync :
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ generate-kustomize-builtin-plugins: $(builtplugins)
101
101
cd ../../../; \
102
102
make no-diff \
103
103
104
+ # Check for diff, if diff is found, throw error code 1 (subject to change based on discussion)
104
105
.PHONY : no-diff
105
106
no-diff : $(builtplugins )
106
107
for file in $( abspath $( builtinplugins) ) ; do \
You can’t perform that action at this time.
0 commit comments