Cloud Build: Put arguments in one line.

This commit is contained in:
Marco Ebert 2024-07-17 22:07:19 +02:00 committed by k8s-infra-cherrypick-robot
parent 00b492bfd6
commit 3a26e6e788
12 changed files with 12 additions and 37 deletions

View file

@ -14,9 +14,7 @@ steps:
- USER=root
args:
- -c
- |
gcloud auth configure-docker \
&& make release
- gcloud auth configure-docker && make release
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: main

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=cfssl push
- gcloud auth configure-docker && cd images && make NAME=cfssl push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=custom-error-pages push
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push

View file

@ -14,6 +14,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=ext-auth-example-authsvc push
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=fastcgi-helloserver push
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push

View file

@ -14,6 +14,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=go-grpc-greeter-server push
- gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push

View file

@ -14,6 +14,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=httpbun push
- gcloud auth configure-docker && cd images && make NAME=httpbun push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images && make NAME=kube-webhook-certgen push
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images/nginx-1.25 && make push
- gcloud auth configure-docker && cd images/nginx-1.25 && make push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images/nginx && make push
- gcloud auth configure-docker && cd images/nginx && make push

View file

@ -14,7 +14,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images/opentelemetry && make NGINX_VERSION=1.25.3 push \
&& make NGINX_VERSION=1.21.6 push
- gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push

View file

@ -12,6 +12,4 @@ steps:
- HOME=/root
args:
- -c
- |
gcloud auth configure-docker \
&& cd images/test-runner && make push
- gcloud auth configure-docker && cd images/test-runner && make push