Cloud Build: Remove trailing slash.
This commit is contained in:
parent
779c46be01
commit
3e571ee35b
6 changed files with 6 additions and 6 deletions
|
@ -14,4 +14,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=custom-error-pages push
|
&& cd images && make NAME=custom-error-pages push
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=ext-auth-example-authsvc push
|
&& cd images && make NAME=ext-auth-example-authsvc push
|
||||||
|
|
|
@ -14,4 +14,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
&& cd images && make NAME=fastcgi-helloserver push
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=go-grpc-greeter-server push
|
&& cd images && make NAME=go-grpc-greeter-server push
|
||||||
|
|
|
@ -16,4 +16,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=httpbun push
|
&& cd images && make NAME=httpbun push
|
||||||
|
|
|
@ -14,4 +14,4 @@ steps:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
gcloud auth configure-docker \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=kube-webhook-certgen push
|
&& cd images && make NAME=kube-webhook-certgen push
|
||||||
|
|
Loading…
Reference in a new issue