Clean manifests directory (#7675)

This commit is contained in:
Eric Van Norman 2020-07-09 10:43:15 -05:00 committed by GitHub
parent 67f332540d
commit 29256df633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ opt:
@scripts/opt_site.sh @scripts/opt_site.sh
clean: 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 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 @scripts/lint_site.sh
@ -106,7 +106,7 @@ lint-fast: clean_public build_nominify lint-copyright-banner lint-python lint-ya
serve: site serve: site
@hugo serve --baseURL "http://${ISTIO_SERVE_DOMAIN}:1313/latest/" --bind 0.0.0.0 --disableFastRender @hugo serve --baseURL "http://${ISTIO_SERVE_DOMAIN}:1313/latest/" --bind 0.0.0.0 --disableFastRender
archive-version: archive-version:
@scripts/archive_version.sh @scripts/archive_version.sh