From 38d09324c39c761fd45e1954341d678e8e773bd2 Mon Sep 17 00:00:00 2001 From: yinzh Date: Tue, 6 Jul 2021 18:58:57 +0800 Subject: [PATCH] cicd test2 --- .idea/.gitignore | 3 ++ .idea/bubble-sort-course-config.iml | 9 +++++ .idea/inspectionProfiles/Project_Default.xml | 36 +++++++++++++++++++ .idea/misc.xml | 6 ++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ .../index.yml" | 12 +++---- .../lin.md" | 1 - 8 files changed, 74 insertions(+), 7 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/bubble-sort-course-config.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml delete mode 100644 "01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/bubble-sort-course-config.iml b/.idea/bubble-sort-course-config.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/bubble-sort-course-config.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6560a98 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d002f2f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" index e11dc0f..9cb72ac 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" @@ -25,15 +25,15 @@ step1: last: link: '{{chapter_1_url}}' -# description: "完成当前章节学习" + description: "结束" transitions: - events: ['close_issue'] + events: ['note_events'] action: + - type: create_issue title: "第二章:算法实现" - with: lin.md - store: - chapter_2_url: '{{result.data.html_url}}' - - type: issue_comment.created with: 001_end.md + store: + chapter_2_url: '{{result.data.html_url}}' + to: end diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" deleted file mode 100644 index 30d74d2..0000000 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/lin.md" +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file -- GitLab