File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ the container will execute using the default `entrypoint` defined in the image.
4646spec :
4747 steps :
4848 - image : gcr.io/cloud-builders/gcloud
49- # No command specified, so the default entrypoint from the image will be used
49+ # No command specified, so the default entrypoint `/builder/notice.sh` from the image will be used
50+ # command: ["/builder/notice.sh"]
5051 - image : gcr.io/cloud-builders/docker
51- # No command specified, so the default entrypoint from the image will be used
52+ # No command specified, so the default entrypoint `/usr/bin/docker` from the image will be used
53+ # command: ["/usr/bin/docker"]
5254```
5355
5456However, if you specify a custom ` command ` value, the controller uses that value instead:
You can’t perform that action at this time.
0 commit comments