From 0d33d3b132871560b8eaeafa3e36236b64a4df31 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 28 Nov 2019 17:21:12 +0800 Subject: [PATCH] 1 --- .gitmodules | 3 +++ ci_script | 1 - third_party/tools | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 ci_script create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules index e4ee644..eeb3001 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/wsproxy"] path = third_party/wsproxy url = git@git.kingsome.cn:server_common/wsproxy.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/ci_script b/ci_script deleted file mode 120000 index f27d70c..0000000 --- a/ci_script +++ /dev/null @@ -1 +0,0 @@ -third_party/wsproxy/server/tools/scripts/ci/wsproxy2001 \ No newline at end of file diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..07d73bb --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 07d73bb0213a06ffbb14d521d1e1dd9a7c9e5e1f