From b2d9c84779a2092daeeba4cb9f8cdd7a5dee5290 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 17 Jul 2024 22:01:15 +0200 Subject: [PATCH] Cloud Build: Align indentation. --- cloudbuild.yaml | 8 ++++---- images/cfssl/cloudbuild.yaml | 8 ++++---- images/custom-error-pages/cloudbuild.yaml | 8 ++++---- images/ext-auth-example-authsvc/cloudbuild.yaml | 8 ++++---- images/fastcgi-helloserver/cloudbuild.yaml | 8 ++++---- images/go-grpc-greeter-server/cloudbuild.yaml | 8 ++++---- images/httpbun/cloudbuild.yaml | 8 ++++---- images/kube-webhook-certgen/cloudbuild.yaml | 8 ++++---- images/nginx-1.25/cloudbuild.yaml | 8 ++++---- images/nginx/cloudbuild.yaml | 8 ++++---- images/opentelemetry/cloudbuild.yaml | 10 +++++----- images/test-runner/cloudbuild.yaml | 8 ++++---- 12 files changed, 49 insertions(+), 49 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 19d4fde64..12ee7ddae 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -13,10 +13,10 @@ steps: - HOME=/root - USER=root args: - - -c - - | - gcloud auth configure-docker \ - && make release + - -c + - | + gcloud auth configure-docker \ + && make release substitutions: _GIT_TAG: "12345" _PULL_BASE_REF: "main" diff --git a/images/cfssl/cloudbuild.yaml b/images/cfssl/cloudbuild.yaml index 32d91ca83..107afff30 100644 --- a/images/cfssl/cloudbuild.yaml +++ b/images/cfssl/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=cfssl push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=cfssl push diff --git a/images/custom-error-pages/cloudbuild.yaml b/images/custom-error-pages/cloudbuild.yaml index 0b942879b..a3fb71e41 100644 --- a/images/custom-error-pages/cloudbuild.yaml +++ b/images/custom-error-pages/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=custom-error-pages push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=custom-error-pages push diff --git a/images/ext-auth-example-authsvc/cloudbuild.yaml b/images/ext-auth-example-authsvc/cloudbuild.yaml index 611313438..270605a59 100644 --- a/images/ext-auth-example-authsvc/cloudbuild.yaml +++ b/images/ext-auth-example-authsvc/cloudbuild.yaml @@ -13,7 +13,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=ext-auth-example-authsvc push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=ext-auth-example-authsvc push diff --git a/images/fastcgi-helloserver/cloudbuild.yaml b/images/fastcgi-helloserver/cloudbuild.yaml index 88e215750..b58486d3a 100644 --- a/images/fastcgi-helloserver/cloudbuild.yaml +++ b/images/fastcgi-helloserver/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=fastcgi-helloserver push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=fastcgi-helloserver push diff --git a/images/go-grpc-greeter-server/cloudbuild.yaml b/images/go-grpc-greeter-server/cloudbuild.yaml index 7dd785fdd..11459cdf4 100644 --- a/images/go-grpc-greeter-server/cloudbuild.yaml +++ b/images/go-grpc-greeter-server/cloudbuild.yaml @@ -13,7 +13,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=go-grpc-greeter-server push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=go-grpc-greeter-server push diff --git a/images/httpbun/cloudbuild.yaml b/images/httpbun/cloudbuild.yaml index 46037024a..26cdb07c5 100644 --- a/images/httpbun/cloudbuild.yaml +++ b/images/httpbun/cloudbuild.yaml @@ -13,7 +13,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=httpbun push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=httpbun push diff --git a/images/kube-webhook-certgen/cloudbuild.yaml b/images/kube-webhook-certgen/cloudbuild.yaml index 55a92771c..f9f407ba8 100644 --- a/images/kube-webhook-certgen/cloudbuild.yaml +++ b/images/kube-webhook-certgen/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images && make NAME=kube-webhook-certgen push + - -c + - | + gcloud auth configure-docker \ + && cd images && make NAME=kube-webhook-certgen push diff --git a/images/nginx-1.25/cloudbuild.yaml b/images/nginx-1.25/cloudbuild.yaml index 3d4e26a65..fba8cf7f1 100644 --- a/images/nginx-1.25/cloudbuild.yaml +++ b/images/nginx-1.25/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: - REGISTRY=gcr.io/k8s-staging-ingress-nginx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images/nginx-1.25 && make push + - -c + - | + gcloud auth configure-docker \ + && cd images/nginx-1.25 && make push diff --git a/images/nginx/cloudbuild.yaml b/images/nginx/cloudbuild.yaml index d01e68c00..6ee1ff476 100644 --- a/images/nginx/cloudbuild.yaml +++ b/images/nginx/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: - REGISTRY=gcr.io/k8s-staging-ingress-nginx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images/nginx && make push + - -c + - | + gcloud auth configure-docker \ + && cd images/nginx && make push diff --git a/images/opentelemetry/cloudbuild.yaml b/images/opentelemetry/cloudbuild.yaml index e866ad9bc..2ccc71f26 100644 --- a/images/opentelemetry/cloudbuild.yaml +++ b/images/opentelemetry/cloudbuild.yaml @@ -13,8 +13,8 @@ steps: # set the home to /root explicitly to if using docker buildx - 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 + - -c + - | + gcloud auth configure-docker \ + && cd images/opentelemetry && make NGINX_VERSION=1.25.3 push \ + && make NGINX_VERSION=1.21.6 push diff --git a/images/test-runner/cloudbuild.yaml b/images/test-runner/cloudbuild.yaml index b17de9b31..d604ad8d1 100644 --- a/images/test-runner/cloudbuild.yaml +++ b/images/test-runner/cloudbuild.yaml @@ -11,7 +11,7 @@ steps: # set the home to /root explicitly to if using docker buildx - HOME=/root args: - - -c - - | - gcloud auth configure-docker \ - && cd images/test-runner && make push + - -c + - | + gcloud auth configure-docker \ + && cd images/test-runner && make push