Commit bc5a4d5
committed
Remove double quoting of bazel_config
The bazel_config variable can either contain a java-specific config
or the empty string. When the bazel_config is empty, it should not
pass anything to the bazel command line, otherwise it would be
interpreted as an additional empty parameter and failing the build.
The builds for Gerrit v3.12 were failing because of this extra
empty bazel_config, therefore needed manual adjustments before this
change.
Change-Id: I24970921f72965500093179812eda0510c148f221 parent 4e3080c commit bc5a4d5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments