Skip to content

Commit

Permalink
Merge pull request #217 from yastij/publish-binaries
Browse files Browse the repository at this point in the history
publish ccm binaries to google storage
  • Loading branch information
k8s-ci-robot authored Jul 17, 2019
2 parents cfea6c7 + 345685f commit 448b985
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ deploy: | $(DOCKER_SOCK)
$(MAKE) unit-test
$(MAKE) build-images
$(MAKE) integration-test
$(MAKE) push-bins
$(MAKE) push-images

################################################################################
Expand Down Expand Up @@ -331,6 +332,13 @@ push-$(IMAGE_CCM) upload-$(IMAGE_CCM): $(IMAGE_CCM_D) login-to-image-registry |
.PHONY: push-images upload-images
push-images upload-images: upload-ccm-image

################################################################################
## PUSH BINS ##
################################################################################
.PHONY: push-bins
push-bins: build-bins
gsutil cp $(CCM_BIN) gs://artifacts.cloud-provider-vsphere.appspot.com/binaries/$(VERSION)/

################################################################################
## CI IMAGE ##
################################################################################
Expand Down

0 comments on commit 448b985

Please sign in to comment.