build: run post install scripts by default

This commit is contained in:
Khue Doan 2022-07-23 23:15:23 +07:00
parent 2115030a90
commit 318988939a

View File

@ -5,7 +5,7 @@
KUBECONFIG = $(shell pwd)/metal/kubeconfig.yaml
KUBE_CONFIG_PATH = $(KUBECONFIG)
default: metal bootstrap external wait
default: metal bootstrap external wait post-install
configure:
./scripts/configure
@ -23,6 +23,9 @@ external:
wait:
./scripts/wait-main-apps
post-install:
@./scripts/hacks
tools:
make -C tools