feat(tools): Add kontemplate
This commit is contained in:
parent
b652ea2f03
commit
27036e18f5
3 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,9 @@ case "${TARGET_TOOL}" in
|
|||
terraform)
|
||||
attr="terraform-gcp"
|
||||
;;
|
||||
kontemplate)
|
||||
attr="kontemplate"
|
||||
;;
|
||||
*)
|
||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||
exit 1
|
||||
|
|
1
tools/bin/kontemplate
Symbolic link
1
tools/bin/kontemplate
Symbolic link
|
@ -0,0 +1 @@
|
|||
__dispatch.sh
|
Loading…
Add table
Add a link
Reference in a new issue