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

Commit aaf89dc

Browse files
authored
Merge pull request #103 from christopherhein/cherrypick/cloudbuild-docker-infra
🐛 removing docker/infra provider from cloudbuild
2 parents 05a2769 + 6c1d2c1 commit aaf89dc

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)