Commit 41d558b
authored
ci: allow --verbose flag to affect output of docker build (#9119)
`ci/cloudbuild/build.sh --docker --trigger=xxx --verbose` failed
to actually be verbose in the local build within the docker image
because the `--env=VERBOSE_FLAG=${VERBOSE_FLAG:-}` setting was
ignored in the `ci/cloudbuild/build.sh --local` reinvocation.
So, make the `VERBOSE_FLAG` initialization heed an existing value
in the environment.1 parent 9d62df7 commit 41d558b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments