build: run clean by default

This commit is contained in:
Khue Doan 2022-10-22 13:47:56 +07:00
parent 005840c6e1
commit 686fea5764
2 changed files with 1 additions and 9 deletions

View File

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

View File

@ -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
```