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 3e571ee35b
commit 2dac71999a
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ timeout: 18000s
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: 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 entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled

View file

@ -4,7 +4,7 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32 machineType: E2_HIGHCPU_32
steps: 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 entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled

View file

@ -4,7 +4,7 @@ options:
# Increase machine type for multi-arch builds. # Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32 machineType: E2_HIGHCPU_32
steps: 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 entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled