build: Remove HOME env from debian-{base,iptables} GCB configs

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-05-01 02:53:22 -04:00
parent a0344973a3
commit 42bb148a2f

View File

@ -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'