Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 6c1d2c1

Browse files
šŸ› removing docker/infra provider from cloudbuild
Signed-off-by: Chris Hein <[email protected]>
1 parent 05a2769 commit 6c1d2c1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ā€Žcloudbuild.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ steps:
1313
- DOCKER_BUILDKIT=1
1414
args:
1515
- release-staging
16-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
17-
dir: 'test/infrastructure/docker'
18-
entrypoint: make
19-
env:
20-
- DOCKER_CLI_EXPERIMENTAL=enabled
21-
- TAG=$_GIT_TAG
22-
- PULL_BASE_REF=$_PULL_BASE_REF
23-
- DOCKER_BUILDKIT=1
24-
args:
25-
- release-staging
2616
substitutions:
2717
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
2818
# can be used as a substitution

0 commit comments

Comments
Ā (0)