Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c7650528ac
commit
0e2da85749
@ -5,3 +5,7 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
|
|||||||
vars:
|
vars:
|
||||||
service: "cuddle-rust-cli-plan"
|
service: "cuddle-rust-cli-plan"
|
||||||
registry: kasperhermansen
|
registry: kasperhermansen
|
||||||
|
|
||||||
|
scripts:
|
||||||
|
install:
|
||||||
|
type: script
|
||||||
|
5
scripts/install.sh
Normal file
5
scripts/install.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cargo install --path crates/$SERVICE --force
|
Loading…
Reference in New Issue
Block a user