From 42bb148a2f13baf0fbe622240e2573139778a73c Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Fri, 1 May 2020 02:53:22 -0400 Subject: [PATCH] build: Remove HOME env from debian-{base,iptables} GCB configs Signed-off-by: Stephen Augustus --- build/cloudbuild.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/cloudbuild.yaml b/build/cloudbuild.yaml index af9f0228423..dd1348c7752 100644 --- a/build/cloudbuild.yaml +++ b/build/cloudbuild.yaml @@ -12,7 +12,6 @@ steps: - REGISTRY=gcr.io/$PROJECT_ID - IMAGE=gcr.io/$PROJECT_ID/debian-base - BUILD_IMAGE=debian-build - - HOME=/root args: - all-push - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' @@ -23,7 +22,6 @@ steps: - REGISTRY=gcr.io/$PROJECT_ID - BASE_REGISTRY=gcr.io/$PROJECT_ID - IMAGE=gcr.io/$PROJECT_ID/debian-iptables - - HOME=/root args: - all-push - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'