Cloud Build: Remove quotes.

This commit is contained in:
Marco Ebert 2024-07-17 21:54:32 +02:00 committed by k8s-infra-cherrypick-robot
parent 0df4b17720
commit e4de4b879e
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ timeout: 18000s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled

View file

@ -4,7 +4,7 @@ options:
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled

View file

@ -4,7 +4,7 @@ options:
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: bash
env:
- DOCKER_CLI_EXPERIMENTAL=enabled