This is an automated email from the ASF dual-hosted git repository.
zclllyybb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f0d256b48c5 [chore](build) Add doris-skills submodule (#63961)
f0d256b48c5 is described below
commit f0d256b48c52a7253be9ef97977017c89c8962a9
Author: zclllyybb <[email protected]>
AuthorDate: Mon Jun 1 17:42:52 2026 +0800
[chore](build) Add doris-skills submodule (#63961)
Problem Summary: Add the
[apache/doris-skills](https://github.com/apache/doris-skills) repository
as a root-level submodule and configure it to track the main branch so
maintainers can refresh it with git submodule update --remote
doris-skills.
---
.gitmodules | 4 ++++
doris-skills | 1 +
2 files changed, 5 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index eb8e703aa8a..d4e96b80914 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -32,3 +32,7 @@
[submodule "contrib/datasketches-cpp"]
path = contrib/datasketches-cpp
url = https://github.com/apache/datasketches-cpp.git
+[submodule "doris-skills"]
+ path = doris-skills
+ url = https://github.com/apache/doris-skills
+ branch = main
diff --git a/doris-skills b/doris-skills
new file mode 160000
index 00000000000..410500567f6
--- /dev/null
+++ b/doris-skills
@@ -0,0 +1 @@
+Subproject commit 410500567f60a53cca88edf003f7c68ec6eaf0bf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]