mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
build: run clean by default
This commit is contained in:
parent
005840c6e1
commit
686fea5764
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
|||||||
KUBECONFIG = $(shell pwd)/metal/kubeconfig.yaml
|
KUBECONFIG = $(shell pwd)/metal/kubeconfig.yaml
|
||||||
KUBE_CONFIG_PATH = $(KUBECONFIG)
|
KUBE_CONFIG_PATH = $(KUBECONFIG)
|
||||||
|
|
||||||
default: metal bootstrap external smoke-test post-install
|
default: metal bootstrap external smoke-test post-install clean
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
./scripts/configure
|
./scripts/configure
|
||||||
|
@ -35,11 +35,3 @@ make test
|
|||||||
!!! info
|
!!! info
|
||||||
|
|
||||||
The "full" test suit is still in its early stages, so any contribution is greatly appreciated.
|
The "full" test suit is still in its early stages, so any contribution is greatly appreciated.
|
||||||
|
|
||||||
## Clean up
|
|
||||||
|
|
||||||
Turn off the ephemeral containers:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
make clean
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user