Skip to content

Commit

Permalink
add gcloud ignore
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
  • Loading branch information
strongjz committed Jun 23, 2023
1 parent f8bf5a3 commit 44b0067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Empty file added .gcloudignore
Empty file.
6 changes: 0 additions & 6 deletions images/test-runner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- SHORT_SHA=$SHORT_SHA
- BASE_REF=$_PULL_BASE_REF
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# set the home to /root explicitly to if using docker buildx
Expand All @@ -17,7 +15,3 @@ steps:
- |
gcloud auth configure-docker \
&& cd images/test-runner && make push
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: "master"
_PULL_BASE_SHA: '12345'

0 comments on commit 44b0067

Please sign in to comment.