Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
122551: docker: pass `COCKROACH_ARGS` without quoting r=rickystewart a=rail Previously, the `COCKROACH_ARGS` variable was passed quoted, what converted it into a single string. If the variable is set to something more than one word, the whole string is passed as a single argument. This PR removes the surrounding quotes to let field splitting convert the string into multiple arguments. Fixes: #122441 Release note: None Co-authored-by: Rail Aliiev <[email protected]>
- Loading branch information