We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607caee commit b3c019eCopy full SHA for b3c019e
Makefile
@@ -140,6 +140,14 @@ update-api:
140
hack/update-generated-swagger-spec.sh
141
.PHONY: update-api
142
143
+# Update vendored dependencies
144
+#
145
+# Example:
146
+# make update-deps
147
+update-deps:
148
+ hack/update-deps.sh
149
+.PHONY: update-deps
150
+
151
# Build and run the complete test-suite.
152
#
153
# Example:
@@ -209,7 +217,7 @@ test-tools:
209
217
210
218
# make test-extended SUITE=core
211
219
# make test-extended SUITE=conformance FOCUS=pods
212
-#
220
213
221
SUITE ?= conformance
214
222
test-extended:
215
223
test/extended/$(SUITE).sh
@@ -284,7 +292,7 @@ build-rpms-redistributable:
284
292
.PHONY: build-rpms-redistributable
285
293
286
294
# Build images from the official RPMs
287
295
288
296
# Args:
289
297
290
298
0 commit comments