mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
build: Remove HOME env from debian-{base,iptables} GCB configs
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
a0344973a3
commit
42bb148a2f
@ -12,7 +12,6 @@ steps:
|
|||||||
- REGISTRY=gcr.io/$PROJECT_ID
|
- REGISTRY=gcr.io/$PROJECT_ID
|
||||||
- IMAGE=gcr.io/$PROJECT_ID/debian-base
|
- IMAGE=gcr.io/$PROJECT_ID/debian-base
|
||||||
- BUILD_IMAGE=debian-build
|
- BUILD_IMAGE=debian-build
|
||||||
- HOME=/root
|
|
||||||
args:
|
args:
|
||||||
- all-push
|
- all-push
|
||||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
||||||
@ -23,7 +22,6 @@ steps:
|
|||||||
- REGISTRY=gcr.io/$PROJECT_ID
|
- REGISTRY=gcr.io/$PROJECT_ID
|
||||||
- BASE_REGISTRY=gcr.io/$PROJECT_ID
|
- BASE_REGISTRY=gcr.io/$PROJECT_ID
|
||||||
- IMAGE=gcr.io/$PROJECT_ID/debian-iptables
|
- IMAGE=gcr.io/$PROJECT_ID/debian-iptables
|
||||||
- HOME=/root
|
|
||||||
args:
|
args:
|
||||||
- all-push
|
- all-push
|
||||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
||||||
|
Loading…
Reference in New Issue
Block a user