From ca55d905bc19ffd65513f611990416762dc5667a Mon Sep 17 00:00:00 2001 From: liboran Date: Thu, 18 Nov 2021 12:00:59 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E3=80=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_test/ci_test.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ci_test/ci_test.txt diff --git a/ci_test/ci_test.txt b/ci_test/ci_test.txt new file mode 100644 index 0000000000..49f6856436 --- /dev/null +++ b/ci_test/ci_test.txt @@ -0,0 +1,2 @@ +ci_test1 +ci_test2 \ No newline at end of file -- Gitee From ac2b7887a21f16ba2a8779d42591976ed4d0d37a Mon Sep 17 00:00:00 2001 From: liboran Date: Thu, 18 Nov 2021 12:03:00 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E3=80=90=E5=88=A0=E9=99=A4=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_test/ci_test.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 ci_test/ci_test.txt diff --git a/ci_test/ci_test.txt b/ci_test/ci_test.txt deleted file mode 100644 index 49f6856436..0000000000 --- a/ci_test/ci_test.txt +++ /dev/null @@ -1,2 +0,0 @@ -ci_test1 -ci_test2 \ No newline at end of file -- Gitee From 5ce1bc3803991c9952f1b56679f3f233941d8983 Mon Sep 17 00:00:00 2001 From: liboran Date: Thu, 18 Nov 2021 14:47:27 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E3=80=91ci?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_test/ci_test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ci_test/ci_test.txt diff --git a/ci_test/ci_test.txt b/ci_test/ci_test.txt new file mode 100644 index 0000000000..d90c3f786a --- /dev/null +++ b/ci_test/ci_test.txt @@ -0,0 +1 @@ +ci_test \ No newline at end of file -- Gitee From b88b7aead9e3af58488b9e62fb2deddcecbc1c78 Mon Sep 17 00:00:00 2001 From: liboran Date: Thu, 18 Nov 2021 14:54:11 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E3=80=91ci?= =?UTF-8?q?=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_test/ci_test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_test/ci_test.txt b/ci_test/ci_test.txt index d90c3f786a..49f6856436 100644 --- a/ci_test/ci_test.txt +++ b/ci_test/ci_test.txt @@ -1 +1,2 @@ -ci_test \ No newline at end of file +ci_test1 +ci_test2 \ No newline at end of file -- Gitee From 2e020944d94dd59fb0a637580cd39492b91dc6ea Mon Sep 17 00:00:00 2001 From: liboran Date: Mon, 22 Nov 2021 11:55:49 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E3=80=91ci?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_test/ci_test.txt | 4 +++- target/target_file.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 target/target_file.txt diff --git a/ci_test/ci_test.txt b/ci_test/ci_test.txt index 49f6856436..94b1fef527 100644 --- a/ci_test/ci_test.txt +++ b/ci_test/ci_test.txt @@ -1,2 +1,4 @@ ci_test1 -ci_test2 \ No newline at end of file +ci_test2 +ci_test3 +ci_test4 \ No newline at end of file diff --git a/target/target_file.txt b/target/target_file.txt new file mode 100644 index 0000000000..ca870660cf --- /dev/null +++ b/target/target_file.txt @@ -0,0 +1 @@ +gitlab ci test \ No newline at end of file -- Gitee