Skip to content

Commit 44b0067

Browse files
committed
add gcloud ignore
Signed-off-by: James Strong <[email protected]>
1 parent f8bf5a3 commit 44b0067

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.gcloudignore

Whitespace-only changes.

images/test-runner/cloudbuild.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ steps:
66
entrypoint: bash
77
env:
88
- DOCKER_CLI_EXPERIMENTAL=enabled
9-
- SHORT_SHA=$SHORT_SHA
10-
- BASE_REF=$_PULL_BASE_REF
119
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
1210
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1311
# set the home to /root explicitly to if using docker buildx
@@ -17,7 +15,3 @@ steps:
1715
- |
1816
gcloud auth configure-docker \
1917
&& cd images/test-runner && make push
20-
substitutions:
21-
_GIT_TAG: "12345"
22-
_PULL_BASE_REF: "master"
23-
_PULL_BASE_SHA: '12345'

0 commit comments

Comments
 (0)