mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
chore: clean up taskfile
This commit is contained in:
parent
6f5f8109ab
commit
1fbab4a05f
@ -20,6 +20,7 @@ tasks:
|
||||
status:
|
||||
desc: Display configuration info.
|
||||
cmds:
|
||||
- echo -n "Image name:" && echo " ${QUILIBRIUM_IMAGE_NAME:-quilibrium}"
|
||||
- echo -n "Version :" && echo " {{.VERSION}}"
|
||||
- echo -n "Repo :" && echo " {{.GIT_REPO}}"
|
||||
- echo -n "Branch :" && echo " {{.GIT_BRANCH}}"
|
||||
@ -51,7 +52,3 @@ tasks:
|
||||
- rpm/generate.sh
|
||||
- client/build.sh -o build/arm64_macos/qclient
|
||||
|
||||
config:gen:
|
||||
desc: Generate configuration and keys using Go.
|
||||
cmds:
|
||||
- go run ./utils/config-gen --config {{.CONFIG_DIR | default ".config"}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user