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 2021/04/19 02:31:53 UTC

[skywalking-nginx-lua] branch master updated: remove ./kong directory (#77)

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-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cd5b41  remove ./kong directory (#77)
8cd5b41 is described below

commit 8cd5b41ff7f7653c059a4670ffcc164a0c355eef
Author: Daming <zt...@foxmail.com>
AuthorDate: Mon Apr 19 10:31:45 2021 +0800

    remove ./kong directory (#77)
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 04c3f8c..2543766 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ help:
 .PHONY: release-src
 release-src:
 	tar -zcvf $(RELEASE_SRC).tgz \
-	    ./kong \
 		./examples \
 		./licenses \
 		./rockspec \