File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 11version : ' 1.0'
22
3- indicators :
4- - x-common_pull_request_conditions : &common_pull_request_conditions
5- when :
6- branch :
7- ignore :
8- - master
9- - next
10-
11- - x-common_release_conditions : &common_release_conditions
12- when :
13- branch :
14- only :
15- - master
16- - next
17-
183stages :
194 - prepare
205 - build
@@ -36,20 +21,12 @@ steps:
3621 image : node:12.18.2-alpine
3722 commands :
3823 - yarn validate
39- coverage :
40- << : *common_pull_request_conditions
41- stage : build
42- image : node:12.18.2-alpine
43- commands :
44- - yarn ci-after-success
4524 releaser :
46- << : *common_release_conditions
4725 stage : release
4826 type : build
4927 image_name : ' ${{CF_REPO_NAME}}-releaser'
5028 dockerfile : Dockerfile
5129 release :
52- << : *common_release_conditions
5330 stage : release
5431 image : ${{releaser}}
5532 commands :
You can’t perform that action at this time.
0 commit comments