forked from StackStorm/st2
-
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.
Addresses StackStorm#6225. This should allow users to specify a branch when using the `packs.get` command. This addresses the assumption in the code that the primary branch of a git repository corresponding to an action is `master`. * Add `branch` parameter to `get.yaml`. Default to `master` to maintain current functionality/expectations. * Update `run` in `pack_mgmt.get_install.py`. Now accepts `branch` param and uses an `fstring` to represent the in `git rev list`.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 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