feat(bin): Add git-bug to dispatch script
Change-Id: Ic60aec36502b5c70256cb688e101d35f15c90183 Reviewed-on: https://cl.tvl.fyi/c/depot/+/346 Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
69fe278315
commit
c7659b4f45
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,9 @@ case "${TARGET_TOOL}" in
|
|||
ninja)
|
||||
attr="third_party.ninja"
|
||||
;;
|
||||
git-bug)
|
||||
attr="third_party.git-bug"
|
||||
;;
|
||||
*)
|
||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||
exit 1
|
||||
|
|
1
bin/git-bug
Symbolic link
1
bin/git-bug
Symbolic link
|
@ -0,0 +1 @@
|
|||
__dispatch.sh
|
Loading…
Reference in a new issue