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:
Vincent Ambo 2020-06-14 23:01:34 +01:00 committed by tazjin
parent 69fe278315
commit c7659b4f45
2 changed files with 4 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
__dispatch.sh