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 1
1
version : ' 1.0'
2
2
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
-
18
3
stages :
19
4
- prepare
20
5
- build
@@ -36,20 +21,12 @@ steps:
36
21
image : node:12.18.2-alpine
37
22
commands :
38
23
- 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
45
24
releaser :
46
- << : *common_release_conditions
47
25
stage : release
48
26
type : build
49
27
image_name : ' ${{CF_REPO_NAME}}-releaser'
50
28
dockerfile : Dockerfile
51
29
release :
52
- << : *common_release_conditions
53
30
stage : release
54
31
image : ${{releaser}}
55
32
commands :
You can’t perform that action at this time.
0 commit comments