Deploy release for each branch update.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-09-07 20:58:52 +00:00
parent 159fa903cf
commit c3d71e32c8
5 changed files with 76 additions and 18 deletions

View File

@@ -38,6 +38,7 @@ help:
@echo " * 'binaries' - Build cri-containerd"
@echo " * 'static-binaries - Build static cri-containerd"
@echo " * 'release' - Build release tarball"
@echo " * 'push' - Push release tarball to GCS"
@echo " * 'test' - Test cri-containerd"
@echo " * 'test-cri' - Test cri-containerd with cri validation test"
@echo " * 'test-e2e-node' - Test cri-containerd with Kubernetes node e2e test"
@@ -99,6 +100,9 @@ $(BUILD_DIR)/$(TARBALL): $(BUILD_DIR)/cri-containerd hack/versions
release: $(BUILD_DIR)/$(TARBALL)
push: $(BUILD_DIR)/$(TARBALL)
@@BUILD_DIR=$(BUILD_DIR) TARBALL=$(TARBALL) ./hack/push.sh
.PHONY: install.deps
install.deps:
@@ -129,6 +133,7 @@ install.tools: .install.gitvalidation .install.gometalinter
binaries \
static-binaries \
release \
push \
boiler \
clean \
default \