mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:34:32 +07:00
build: run post install scripts by default
This commit is contained in:
parent
2115030a90
commit
318988939a
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user