提交 be76fb6e 编写于 作者: yin-zh's avatar yin-zh

cicd test2

上级 e9352b3a
......@@ -29,6 +29,11 @@ step2:
transitions:
events: ['close_issue']
action:
- type: create_issue
title: "第二章:算法实现"
with: link.md
store:
chapter_2_url: '{{result.data.html_url}}'
- type: issue_comment.created
with: 001_end.md
to: end
test
\ No newline at end of file
......@@ -3,6 +3,11 @@ before:
link: '{{chapter_2_url}}'
transitions:
action:
- type: create_issue
title: "第二章:算法实现"
with: link.md
store:
chapter_2_url: '{{result.data.html_url}}'
- type: choice
with: ready.md
to: step1
......@@ -27,7 +32,7 @@ step2:
events: [ 'push' ]
action:
- type: create_pipeline
with: 'https://codechina.csdn.net/-/snippets/318/raw/master/.gitlab-ci.yml'
with: '/.gitlab-ci.yml'
store:
ch2_test_url: '{{result.data.html_url}}'
ch2_test_id: '{{result.data.id}}'
......
test
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册