File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 17
17
.PHONY : all \
18
18
vet fmt version test e2e-test \
19
19
build-binaries build-container build-tar build \
20
- docker-builder build-in-docker push-container push-tar push clean depup
20
+ docker-builder build-in-docker push-container push clean depup
21
21
22
22
all : build
23
23
@@ -35,11 +35,6 @@ TAG?=$(VERSION)
35
35
# REGISTRY is the container registry to push into.
36
36
REGISTRY? =gcr.io/k8s-staging-npd
37
37
38
- # UPLOAD_PATH is the cloud storage path to upload release tar.
39
- UPLOAD_PATH? =gs://kubernetes-release
40
- # Trim the trailing '/' in the path
41
- UPLOAD_PATH: =$(shell echo $(UPLOAD_PATH ) | sed '$$s/\/* $$//')
42
-
43
38
# PKG is the package name of node problem detector repo.
44
39
PKG: =k8s.io/node-problem-detector
45
40
@@ -264,11 +259,7 @@ endif
264
259
# Build should be cached from build-container
265
260
docker buildx build --push --platform $(DOCKER_PLATFORMS) -t $(IMAGE) --build-arg BASEIMAGE=$(BASEIMAGE) --build-arg LOGCOUNTER=$(LOGCOUNTER) .
266
261
267
- push-tar : build-tar
268
- gsutil cp $(TARBALL ) $(UPLOAD_PATH ) /node-problem-detector/
269
- gsutil cp node-problem-detector-$(VERSION ) -* .tar.gz* $(UPLOAD_PATH ) /node-problem-detector/
270
-
271
- push : push-container push-tar
262
+ push : push-container build-tar
272
263
273
264
coverage.out :
274
265
rm -f coverage.out
You can’t perform that action at this time.
0 commit comments