File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 17
17
- Cargo.lock
18
18
paths :
19
19
- target/
20
- artifacts :
21
- paths :
22
- - target/debug/
23
20
24
21
test :
25
22
stage : test
@@ -62,9 +59,6 @@ publish:
62
59
script : cargo publish
63
60
rules :
64
61
- if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\d\.\d\.\d/
65
- artifacts :
66
- paths :
67
- - target/release/
68
62
cache :
69
63
- key :
70
64
files :
@@ -85,9 +79,6 @@ benchmark:
85
79
- Cargo.lock
86
80
paths :
87
81
- target/
88
- artifacts :
89
- paths :
90
- - criterion/
91
82
92
83
coverage :
93
84
stage : benchmark
@@ -104,6 +95,8 @@ coverage:
104
95
coverage_report :
105
96
coverage_format : cobertura
106
97
path : cobertura.xml
98
+ paths :
99
+ - cobertura.xml
107
100
108
101
licenses :
109
102
stage : benchmark
@@ -122,12 +115,12 @@ updates:
122
115
- cargo outdated > updates.txt
123
116
- cat updates.txt
124
117
- " [[ $(wc -l <updates.txt) != 2 ]] && exit 1"
118
+ allow_failure : true
125
119
rules :
126
120
- if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
127
121
artifacts :
128
122
paths :
129
123
- updates.txt
130
- allow_failure : true
131
124
132
125
release :
133
126
stage : release
You can’t perform that action at this time.
0 commit comments