From 29256df6337ad768a4dd0733545e7f90e0db022d Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Thu, 9 Jul 2020 10:43:15 -0500 Subject: [PATCH] Clean manifests directory (#7675) --- Makefile.core.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 20728d60a2..5f6ef70b1f 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -93,7 +93,7 @@ opt: @scripts/opt_site.sh clean: - @rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/ + @rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/ manifests lint: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go @scripts/lint_site.sh @@ -106,7 +106,7 @@ lint-fast: clean_public build_nominify lint-copyright-banner lint-python lint-ya serve: site @hugo serve --baseURL "http://${ISTIO_SERVE_DOMAIN}:1313/latest/" --bind 0.0.0.0 --disableFastRender - + archive-version: @scripts/archive_version.sh