You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/23 08:58:32 UTC

[skywalking-kubernetes] branch master updated: Makefile fix (#44)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 69b7497  Makefile fix (#44)
69b7497 is described below

commit 69b74972117c864b0567371939fce089db2b4cb0
Author: innerpeacez <in...@gmail.com>
AuthorDate: Mon Mar 23 16:58:26 2020 +0800

    Makefile fix (#44)
    
    * Makefile fix
    
    * format
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index ec138d7..ce6fee3 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ clean:
 	rm -rf bin/ \
 	rm -rf ${CHART_DIR}/NOTICE \
 	rm -rf ${CHART_DIR}/LICENSE \
+	rm -rf ${CHART_DIR}/Chart.lock \
+	rm -rf ${CHART_DIR}/charts \
 	rm -rf ${CHART_NAME}.tgz \
 	rm -rf ${CHART_NAME}.tgz.asc \
 	rm -rf ${CHART_NAME}.tgz.sha512 \