forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(releasing): Fix homebrew release script (vectordotdev#17131)
* rustfmt Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * Fix hombrew release subcommand A few changes: * `git config` only takes one key/value at a time * The `git` commands here need to run in the context of the homebrew-repo so shouldn't use the `check_output` function which changes directory to `vector` Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * clippy and one more git cwd change Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * Move git config to after cd into homebrew repo Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> --------- Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
- Loading branch information
Showing
2 changed files
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters