From ac397ce3e078937c700df6fb8de0e1b065ee4218 Mon Sep 17 00:00:00 2001 From: "hechunyan (C)" Date: Tue, 26 Oct 2021 17:58:52 +0800 Subject: [PATCH] Updated README.md and added README-zh-cn --- README-zh-cn.md | 10 ++++++++++ README.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README-zh-cn.md diff --git a/README-zh-cn.md b/README-zh-cn.md new file mode 100644 index 0000000..9035306 --- /dev/null +++ b/README-zh-cn.md @@ -0,0 +1,10 @@ +# openeuler-jenkins + +## 简介 + +此仓库用来存放openEuler社区的Jenkins脚本。 + +## 许可证 + +详情请参考[LICENSE](LICENSE)文件。 + diff --git a/README.md b/README.md index b9ed15e..5ecf85d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ ## Introduction -This repository is used to store the jenkins scripts in openEuler Community. +This repository stores the Jenkins scripts in the openEuler community. ## License See the [LICENSE](LICENSE) file for details. + -- Gitee