Report information about errors deployments

This commit is contained in:
Manuel de Brito Fontes 2017-10-24 17:16:24 -03:00
parent d5a0d34e37
commit febd7cf3e2
9 changed files with 41 additions and 25 deletions

View file

@ -4,7 +4,7 @@ BUILDTAGS=
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG?=0.1
REGISTRY?=aledbf
REGISTRY?=quay.io/kubernetes-ingress-controller
GOOS?=linux
DOCKER?=gcloud docker --
SED_I?=sed -i
@ -47,9 +47,6 @@ ifeq ($(ARCH),ppc64le)
QEMUARCH=ppc64le
GOARCH=ppc64le
endif
#ifeq ($(ARCH),s390x)
# QEMUARCH=s390x
#endif
TEMP_DIR := $(shell mktemp -d)