This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/Makefile
2022-07-30 13:16:44 +00:00

12 lines
411 B
Makefile

.PHONY: install
install:
# install required tools
cd ./internal/tools && go install \
github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/maxbrunsfeld/counterfeiter/v6
# install git hooks
pre-commit install --hook-type pre-commit
pre-commit install --hook-type commit-msg
create-job-update-data:
kubectl create job --from=cronjob/twhelp-job-update-data-dev twhelp-job-update-data