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

cicd test2

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