Skip to content

Commit f6b01cd

Browse files
committed
format indentation
Signed-off-by: cpanato <[email protected]>
1 parent cb0aea8 commit f6b01cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ steps:
99
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a'
1010
entrypoint: make
1111
env:
12-
- GCE_PD_CSI_STAGING_IMAGE=gcr.io/${_STAGING_PROJECT}/gcp-compute-persistent-disk-csi-driver
13-
- GCE_PD_CSI_STAGING_VERSION=${_PULL_BASE_REF}
14-
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
15-
# set the home to /root explicitly to if using docker buildx
16-
- HOME=/root
12+
- GCE_PD_CSI_STAGING_IMAGE=gcr.io/${_STAGING_PROJECT}/gcp-compute-persistent-disk-csi-driver
13+
- GCE_PD_CSI_STAGING_VERSION=${_PULL_BASE_REF}
14+
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
15+
# set the home to /root explicitly to if using docker buildx
16+
- HOME=/root
1717
args:
1818
- build-and-push-multi-arch
1919

@@ -22,5 +22,5 @@ substitutions:
2222
_PULL_BASE_REF: 'master'
2323

2424
tags:
25-
- 'gcp-compute-persistent-disk-csi-driver'
26-
- ${_PULL_BASE_REF}
25+
- 'gcp-compute-persistent-disk-csi-driver'
26+
- ${_PULL_BASE_REF}

0 commit comments

Comments
 (0)