chore: clean up taskfile

This commit is contained in:
Hamza Hamud 2025-12-25 17:14:48 +00:00
parent 6f5f8109ab
commit 1fbab4a05f

View File

@ -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"}}